summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 02:30:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 02:30:39 +0000
commit7b20960beb3ae1a6d3ec18be32efdf5713cae7ab (patch)
treea974efbcec429ab9b51e8727837aef5e1702c9fa
parentResolve some portlint bogons. (diff)
Make these ports correctly survive a make reinstall.
Notes
Notes: svn path=/head/; revision=70350
-rw-r--r--www/mozilla-embedded-devel/Makefile1
-rw-r--r--www/mozilla-embedded-vendor/Makefile1
-rw-r--r--www/mozilla-embedded/Makefile1
-rw-r--r--www/mozilla-headers-devel/Makefile1
-rw-r--r--www/mozilla-headers-vendor/Makefile1
-rw-r--r--www/mozilla-headers/Makefile1
-rw-r--r--www/mozilla-vendor/Makefile1
7 files changed, 7 insertions, 0 deletions
diff --git a/www/mozilla-embedded-devel/Makefile b/www/mozilla-embedded-devel/Makefile
index b4fc1f2aa1d4..9da0f01092b3 100644
--- a/www/mozilla-embedded-devel/Makefile
+++ b/www/mozilla-embedded-devel/Makefile
@@ -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} \
diff --git a/www/mozilla-embedded-vendor/Makefile b/www/mozilla-embedded-vendor/Makefile
index 3d27cc7b5012..2d45947be742 100644
--- a/www/mozilla-embedded-vendor/Makefile
+++ b/www/mozilla-embedded-vendor/Makefile
@@ -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} \
diff --git a/www/mozilla-embedded/Makefile b/www/mozilla-embedded/Makefile
index 2d9c3fa18693..dffedbaa1851 100644
--- a/www/mozilla-embedded/Makefile
+++ b/www/mozilla-embedded/Makefile
@@ -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} \
diff --git a/www/mozilla-headers-devel/Makefile b/www/mozilla-headers-devel/Makefile
index 1f1bf4e0ac84..8e4c30738d21 100644
--- a/www/mozilla-headers-devel/Makefile
+++ b/www/mozilla-headers-devel/Makefile
@@ -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} \
diff --git a/www/mozilla-headers-vendor/Makefile b/www/mozilla-headers-vendor/Makefile
index f7c6f2e05fd1..0b487aee6e98 100644
--- a/www/mozilla-headers-vendor/Makefile
+++ b/www/mozilla-headers-vendor/Makefile
@@ -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} \
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile
index 4aef76fecf2b..468b3d309245 100644
--- a/www/mozilla-headers/Makefile
+++ b/www/mozilla-headers/Makefile
@@ -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} \
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index 8394b19408ec..6a77c986def5 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -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} ; \