diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /security/rc5des | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.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/rc5des')
-rw-r--r-- | security/rc5des/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |