summaryrefslogtreecommitdiff
path: root/www/mozilla-headers-devel
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-devel
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-devel')
-rw-r--r--www/mozilla-headers-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers-devel/Makefile b/www/mozilla-headers-devel/Makefile
index e82b5d3660ad..ed6f1ac0b220 100644
--- a/www/mozilla-headers-devel/Makefile
+++ b/www/mozilla-headers-devel/Makefile
@@ -36,7 +36,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-devel/:' >> ${PLIST} \
+ ${SED} -e 's:^:include/mozilla-devel/:' >> ${PLIST} \
&& ${FIND} -d * -type f | \
${SED} -e 's:^:@dirrm include/mozilla-devel/:' >> ${PLIST}
${ECHO_CMD} @dirrm include/mozilla-devel >> ${PLIST}