1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Finish stage conversion.

Reported by:	sbruno@
This commit is contained in:
Koop Mast 2013-11-03 20:06:59 +00:00
parent d420cf4b3a
commit 5555d6b474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332647
2 changed files with 4 additions and 8 deletions

View File

@ -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>

View File

@ -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>