This produces some funny errors:

RESTRICT="foo; bar"

Fix by s/;/,/
This commit is contained in:
hubertf 2000-07-25 00:25:11 +00:00
parent 31ede6ba6d
commit a429b241f3
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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}