summaryrefslogtreecommitdiff
path: root/www/lynx-current
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-07-25 00:25:11 +0000
committerhubertf <hubertf@pkgsrc.org>2000-07-25 00:25:11 +0000
commita429b241f361883d141bef1fa0dc07b0d1116efc (patch)
tree1a987e4d5cea0613e43b2928200b0fbe48a2fb68 /www/lynx-current
parent31ede6ba6db9b9d0d34b6846ec73b46f979e2550 (diff)
downloadpkgsrc-a429b241f361883d141bef1fa0dc07b0d1116efc.tar.gz
This produces some funny errors:
RESTRICT="foo; bar" Fix by s/;/,/
Diffstat (limited to 'www/lynx-current')
-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}