pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/convmv Fixed pkglint warning about absolute...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51532b7ee4d4
branches:  trunk
changeset: 504188:51532b7ee4d4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Dec 06 17:19:21 2005 +0000

description:
Fixed pkglint warning about absolute filename /bin/sh. The real bug was
missing quotes around the sed(1) replacement expression.

diffstat:

 converters/convmv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1bc02b37a830 -r 51532b7ee4d4 converters/convmv/Makefile
--- a/converters/convmv/Makefile        Tue Dec 06 17:17:30 2005 +0000
+++ b/converters/convmv/Makefile        Tue Dec 06 17:19:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/25 01:48:02 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/06 17:19:21 rillig Exp $
 
 DISTNAME=              convmv-1.08
 CATEGORIES=            converters
@@ -33,7 +33,7 @@
 SUBST_CLASSES+=                convmv
 SUBST_STAGE.convmv=    pre-configure
 SUBST_FILES.convmv=    ${WRKSRC}/suite/dotests.sh
-SUBST_SED.convmv=      1s|/bin/sh|${SH}|
+SUBST_SED.convmv+=     "1s|/bin/sh|${SH}|"
 
 TEST_TARGET=           test
 



Home | Main Index | Thread Index | Old Index