diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /security | |
parent | 2dceb46da5667da02f175cdab8fb327156a5ac34 (diff) | |
download | pkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 7 | ||||
-rw-r--r-- | security/rc5des/Makefile | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 97e49fc6068..2c048ce9306 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/23 21:15:20 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:48 tv Exp $ # DISTNAME= openssl-0.9.2b @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.openssl.org/source/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= openssl-0.9.2b-rsaoaep.patch -MAINTAINER= packages@NetBSD.ORG +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ CONFLICTS= SSLeay-* ssleay-* @@ -18,8 +18,7 @@ USE_PERL5= yes RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no # matches what's in `Configure' (except sparc64) -ONLY_FOR_ARCHS= alpha arm32 i386 m68k mips mipse[bl] ns32k powerpc \ - sparc vax +ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386,m68k,mips,mipse[bl],ns32k,powerpc,sparc,vax} CONFIGURE_ARGS= -fPIC -DPIC ${LDFLAGS} #CONFIGURE_ENV= PREFIX=${PREFIX} diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 3fac0406884..296deadd698 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:48 tv 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_ARCHS= alpha arm32 i386 +ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386} RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no |