pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/posix_headers Add quotes around sed scripts.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c497384ccb
branches:  trunk
changeset: 531718:20c497384ccb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 05 11:10:11 2007 +0000

description:
Add quotes around sed scripts.

diffstat:

 pkgtools/posix_headers/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 236156407811 -r 20c497384ccb pkgtools/posix_headers/Makefile
--- a/pkgtools/posix_headers/Makefile   Sun Aug 05 09:37:19 2007 +0000
+++ b/pkgtools/posix_headers/Makefile   Sun Aug 05 11:10:11 2007 +0000
@@ -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-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 \



Home | Main Index | Thread Index | Old Index