pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/wml FOO_cmd variables should be set with =, not !=...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4f301a4fb73
branches: trunk
changeset: 493328:f4f301a4fb73
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue May 03 14:21:43 2005 +0000
description:
FOO_cmd variables should be set with =, not !=, since they're later
expanded when referenced as ${FOO_cmd:sh}.
diffstat:
www/wml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5a6ccff6685 -r f4f301a4fb73 www/wml/Makefile
--- a/www/wml/Makefile Tue May 03 13:20:11 2005 +0000
+++ b/www/wml/Makefile Tue May 03 14:21:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/28 23:37:31 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/03 14:21:43 jlam Exp $
#
DISTNAME= wml-2.0.9
@@ -27,7 +27,7 @@
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
-PERL_ARCHNAME_cmd!= eval `${PERL5} -V:archname 2>/dev/null`; \
+PERL_ARCHNAME_cmd= eval `${PERL5} -V:archname 2>/dev/null`; \
${ECHO} $${archname}
PLIST_SUBST+= PERL_ARCHNAME=${PERL_ARCHNAME_cmd:sh}
Home |
Main Index |
Thread Index |
Old Index