aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-core
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-03 20:06:59 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-03 20:06:59 +0000
commit5555d6b474257fb36a2a986c88a1a8e670a5a28a (patch)
tree0e0575ff6870617c89365657026fd904ab7b1bd9 /multimedia/gstreamer-plugins-core
parentd420cf4b3a57bfae37a6d848e445714d4f22b384 (diff)
downloadports-5555d6b474257fb36a2a986c88a1a8e670a5a28a.tar.gz
ports-5555d6b474257fb36a2a986c88a1a8e670a5a28a.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-core')
-rw-r--r--multimedia/gstreamer-plugins-core/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile
index 34701e1c93a8..de1be2245e2c 100644
--- a/multimedia/gstreamer-plugins-core/Makefile
+++ b/multimedia/gstreamer-plugins-core/Makefile
@@ -45,9 +45,7 @@ pre-everything::
@${ECHO_MSG} ""
do-install:
- if [ ! -d ${PREFIX}/${GST_DIR} ]; then \
- ${MKDIR} ${PREFIX}/${GST_DIR} ; \
- fi
- ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${GST_DIR}
+ ${TOUCH} -f ${STAGEDIR}${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep
.include <bsd.port.post.mk>