diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-25 00:25:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-25 00:25:11 +0000 |
commit | a429b241f361883d141bef1fa0dc07b0d1116efc (patch) | |
tree | 1a987e4d5cea0613e43b2928200b0fbe48a2fb68 | |
parent | 31ede6ba6db9b9d0d34b6846ec73b46f979e2550 (diff) | |
download | pkgsrc-a429b241f361883d141bef1fa0dc07b0d1116efc.tar.gz |
This produces some funny errors:
RESTRICT="foo; bar"
Fix by s/;/,/
-rw-r--r-- | security/racoon/Makefile | 4 | ||||
-rw-r--r-- | www/lynx-current/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 5d4bb456a12..eb2f64fe57c 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/07/18 15:31:47 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2000/07/25 00:25:11 hubertf Exp $ # DISTNAME= racoon-20000719a @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ MAINTAINER= itojun@kame.net HOMEPAGE= http:/www.kame.net/ -RESTRICTED= "Crypto; export-controlled" +RESTRICTED= "Crypto, export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) 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} |