diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-26 04:22:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-26 04:22:44 +0000 |
commit | d51362a13e3fb16f47710f357504fa45b15ee443 (patch) | |
tree | b34fcb83be8d23cf504ab26a357bfcedd510582d /www/mozilla-headers | |
parent | 8ee3926b7e3af0522a4ed2fe4601431e614029f5 (diff) | |
download | ports-d51362a13e3fb16f47710f357504fa45b15ee443.tar.gz ports-d51362a13e3fb16f47710f357504fa45b15ee443.zip |
Notes
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r-- | www/mozilla-headers/Makefile | 2 |
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} |