From d51362a13e3fb16f47710f357504fa45b15ee443 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 26 Oct 2002 04:22:44 +0000 Subject: Fix typos preventing correct package building. Submitted by: bento --- www/mozilla-headers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mozilla-headers') 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} -- cgit v1.2.3