mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make these ports correctly survive a make reinstall.
This commit is contained in:
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
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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} ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue