diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 16:04:06 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 16:04:06 +0800 |
commit | 7619b804b4cc33ae987548af2337813aa460b36e (patch) | |
tree | 888d3e1084c8318b125c4ec9862bf2b2170187d6 | |
parent | 478827f4d6dd5a853289289d4af889cb6736c44c (diff) | |
download | marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar.gz marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar.bz2 marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar.lz marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar.xz marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.tar.zst marcuscom-ports-7619b804b4cc33ae987548af2337813aa460b36e.zip |
Actually make the port able to install.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3065 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 4a2df0f09..91c8591ec 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -28,8 +28,8 @@ USE_GSTREAMER+= ffmpeg dts dvd xvid do-install: if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ - ${MKDIR} ${PREFIX}${GST_DIR} ; \ + ${MKDIR} ${PREFIX}/${GST_DIR} ; \ fi - ${TOUCH} -f ${PREFIX}${GST_DIR}/.gstreamer-plugins-core.keep + ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep .include <bsd.port.mk> |