summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/posix_headers/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/posix_headers/Makefile b/pkgtools/posix_headers/Makefile
index ff20b882d6b..5782d302332 100644
--- a/pkgtools/posix_headers/Makefile
+++ b/pkgtools/posix_headers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/08/01 21:33:40 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2007/08/05 11:10:11 tnn Exp $
DISTNAME= posix_headers-0.5
CATEGORIES= pkgtools
@@ -23,8 +23,8 @@ do-extract:
do-build:
cd ${WRKSRC} && ./make.sh
- find ${WRKSRC} -name "*.h" | sed s,${WRKSRC}/,, > ${WRKSRC}/hfiles
- cat ${WRKSRC}/hfiles | sed s,^,include/, > ${PLIST_SRC}
+ find ${WRKSRC} -name "*.h" | sed 's,${WRKSRC}/,,' > ${WRKSRC}/hfiles
+ cat ${WRKSRC}/hfiles | sed 's,^,include/,' > ${PLIST_SRC}
do-install:
for f in `cat ${WRKSRC}/hfiles`; do \