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 /security/racoon | |
parent | 31ede6ba6db9b9d0d34b6846ec73b46f979e2550 (diff) | |
download | pkgsrc-a429b241f361883d141bef1fa0dc07b0d1116efc.tar.gz |
This produces some funny errors:
RESTRICT="foo; bar"
Fix by s/;/,/
Diffstat (limited to 'security/racoon')
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 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) |