summaryrefslogtreecommitdiff
path: root/www/mozilla-headers
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-26 04:22:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-26 04:22:44 +0000
commitd51362a13e3fb16f47710f357504fa45b15ee443 (patch)
treeb34fcb83be8d23cf504ab26a357bfcedd510582d /www/mozilla-headers
parent- Update to 1.0.5 (diff)
Fix typos preventing correct package building.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=68856
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r--www/mozilla-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile
index bbba556a1dd5..fdcda82b4e79 100644
--- a/www/mozilla-headers/Makefile
+++ b/www/mozilla-headers/Makefile
@@ -35,7 +35,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP}
pre-install:
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
- ${SED} -e ':^:include/mozilla/:' >> ${PLIST} \
+ ${SED} -e 's:^:include/mozilla/:' >> ${PLIST} \
&& ${FIND} -d * -type f | \
${SED} -e 's:^:@dirrm include/mozilla/:' >> ${PLIST}
${ECHO_CMD} @dirrm include/mozilla >> ${PLIST}