Make these ports correctly survive a make reinstall.

This commit is contained in:
Joe Marcus Clarke 2002-11-18 02:30:39 +00:00
parent fb16688dba
commit 7b20960beb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70350
7 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,7 @@ do-build:
@${FIND} ${WRKSRC}/dist/Embed -name "*.so" | ${XARGS} ${STRIP_CMD}
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/Embed && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/mozilla-embedded-devel/:' >> ${PLIST} \

View file

@ -42,6 +42,7 @@ do-build:
@${FIND} ${WRKSRC}/dist/Embed -name "*.so" | ${XARGS} ${STRIP_CMD}
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/Embed && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/mozilla-embedded-vendor/:' >> ${PLIST} \

View file

@ -41,6 +41,7 @@ do-build:
@${FIND} ${WRKSRC}/dist/Embed -name "*.so" | ${XARGS} ${STRIP_CMD}
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/Embed && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/mozilla-embedded/:' >> ${PLIST} \

View file

@ -34,6 +34,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP}
.endif
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:include/mozilla-devel/:' >> ${PLIST} \

View file

@ -34,6 +34,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP}
.endif
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:include/mozilla-vendor/:' >> ${PLIST} \

View file

@ -33,6 +33,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP}
.endif
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:include/mozilla/:' >> ${PLIST} \

View file

@ -125,6 +125,7 @@ post-build:
${XARGS} ${RMDIR} 2> /dev/null || ${TRUE}
pre-install:
${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \
${ECHO_CMD} bin/mozilla >> ${PLIST} ; \