summaryrefslogtreecommitdiff
path: root/security/rc5des
diff options
context:
space:
mode:
authortron <tron>1999-06-20 21:06:17 +0000
committertron <tron>1999-06-20 21:06:17 +0000
commit4ef4a52c1bb0431037a845c4362f18fc64698dd3 (patch)
treeac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /security/rc5des
parentcd7cfe6921e0b3db1af892b2787ef7cb8e585e6e (diff)
downloadpkgsrc-4ef4a52c1bb0431037a845c4362f18fc64698dd3.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/rc5des')
-rw-r--r--security/rc5des/Makefile4
1 files changed, 2 insertions, 2 deletions
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