summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-03 14:21:43 +0000
committerjlam <jlam>2005-05-03 14:21:43 +0000
commit301a90062b1f221802c8ade0b877f6ce6f01b916 (patch)
treeea880a26dc2f990688e351a79559283da403a0c4 /www
parent59aaf2c1d2229d0cbc38a3371e095937737f975e (diff)
downloadpkgsrc-301a90062b1f221802c8ade0b877f6ce6f01b916.tar.gz
FOO_cmd variables should be set with =, not !=, since they're later
expanded when referenced as ${FOO_cmd:sh}.
Diffstat (limited to 'www')
-rw-r--r--www/wml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index 8b4e3deb07f..527122bceac 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -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 @@ TEST_TARGET= test
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}