aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer1-plugins-core
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-04 04:06:59 +0800
committerKoop Mast <kwm@FreeBSD.org>2013-11-04 04:06:59 +0800
commit5555d6b474257fb36a2a986c88a1a8e670a5a28a (patch)
tree0e0575ff6870617c89365657026fd904ab7b1bd9 /multimedia/gstreamer1-plugins-core
parentd420cf4b3a57bfae37a6d848e445714d4f22b384 (diff)
downloadfreebsd-ports-gnome-5555d6b474257fb36a2a986c88a1a8e670a5a28a.tar.gz
freebsd-ports-gnome-5555d6b474257fb36a2a986c88a1a8e670a5a28a.tar.zst
freebsd-ports-gnome-5555d6b474257fb36a2a986c88a1a8e670a5a28a.zip
Finish stage conversion.
Reported by: sbruno@
Diffstat (limited to 'multimedia/gstreamer1-plugins-core')
-rw-r--r--multimedia/gstreamer1-plugins-core/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gstreamer1-plugins-core/Makefile b/multimedia/gstreamer1-plugins-core/Makefile
index fdb7635c41f8..7ee09f5da603 100644
--- a/multimedia/gstreamer1-plugins-core/Makefile
+++ b/multimedia/gstreamer1-plugins-core/Makefile
@@ -43,9 +43,7 @@ USE_GSTREAMER1+= a52dec dvdread resindvd dts
.endif
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.mk>