summaryrefslogtreecommitdiff
path: root/pkgtools/posix_headers
diff options
context:
space:
mode:
authortnn <tnn>2007-08-05 11:10:11 +0000
committertnn <tnn>2007-08-05 11:10:11 +0000
commitbdfb5c6932e60b758bf24917356d5a1da70d1c9c (patch)
treea7f493a16ca8dab8545211c7af2370c85f3f7606 /pkgtools/posix_headers
parente36c4bd38d89a6f10a785e4ea9e7bebe4f7d5850 (diff)
downloadpkgsrc-bdfb5c6932e60b758bf24917356d5a1da70d1c9c.tar.gz
Add quotes around sed scripts.
Diffstat (limited to 'pkgtools/posix_headers')
-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 \