summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-20 21:06:17 +0000
committertron <tron@pkgsrc.org>1999-06-20 21:06:17 +0000
commit8475357fcd44f8afef46da0afc8f784088829200 (patch)
treeac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /security
parent0eb0234d0d184715f6af223e4c18be9359b3d59f (diff)
downloadpkgsrc-8475357fcd44f8afef46da0afc8f784088829200.tar.gz
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile7
-rw-r--r--security/rc5des/Makefile4
2 files changed, 7 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index e369f858f46..04abd03f5dd 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/06/10 05:08:02 tv Exp $
+# $NetBSD: Makefile,v 1.7 1999/06/20 21:06:21 tron Exp $
#
DISTNAME= openssl-0.9.2b
@@ -18,7 +18,10 @@ USE_PERL5= yes
RESTRICTED= "Crypto; export-controlled"
MIRROR_DISTFILE= no
# matches what's in `Configure' (except sparc64)
-ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386,m68k,mips,mipse[bl],ns32k,powerpc,sparc,vax}
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-m68k NetBSD-*-mips NetBSD-*-mipseb \
+ NetBSD-*-mipsebl NetBSD-*-ns32k NetBSD-*-powerpc \
+ NetBSD-*-sparc NetBSD-*-vax
CONFIGURE_ARGS= -fPIC -DPIC ${LDFLAGS}
#CONFIGURE_ENV= PREFIX=${PREFIX}
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile
index 296deadd698..5191384e6e7 100644
--- a/security/rc5des/Makefile
+++ b/security/rc5des/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:48 tv Exp $
+# $NetBSD: Makefile,v 1.3 1999/06/20 21:06:21 tron Exp $
#
DISTNAME= rc5-mlg-004
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.flame.org/netbsd-rc5/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://rc5.distributed.net/
-ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386}
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386
RESTRICTED= "Crypto; export-controlled"
MIRROR_DISTFILE= no