summaryrefslogtreecommitdiff
path: root/pkgtools/posix_headers
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-05 11:10:11 +0000
committertnn <tnn@pkgsrc.org>2007-08-05 11:10:11 +0000
commit917db2d03b1b9ed1511862df3509b75934ea4df3 (patch)
treea7f493a16ca8dab8545211c7af2370c85f3f7606 /pkgtools/posix_headers
parent49bc4064e5cfb40e2870b546522bd1ab9234a6a1 (diff)
downloadpkgsrc-917db2d03b1b9ed1511862df3509b75934ea4df3.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 \