summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-07-25 00:25:11 +0000
committerhubertf <hubertf>2000-07-25 00:25:11 +0000
commit2480fb22820666734316b9d524630019ae3349bf (patch)
tree1a987e4d5cea0613e43b2928200b0fbe48a2fb68 /www
parent5aaa21efeaf58557b32af16f5b53d8252c6d1780 (diff)
downloadpkgsrc-2480fb22820666734316b9d524630019ae3349bf.tar.gz
This produces some funny errors:
RESTRICT="foo; bar" Fix by s/;/,/
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index ed3bc7851aa..8c6035178c9 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/07/20 13:31:00 rh Exp $
+# $NetBSD: Makefile,v 1.12 2000/07/25 00:25:13 hubertf Exp $
#
DISTNAME= lynx2.8.3rel.1
@@ -16,7 +16,7 @@ HOMEPAGE= http://lynx.browser.org/
DEPENDS+= gettext-0.10.*:../../devel/gettext
-RESTRICTED= "Crypto; export-controlled"
+RESTRICTED= "Crypto, export-controlled"
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}