summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authortron <tron>1999-06-20 21:06:17 +0000
committertron <tron>1999-06-20 21:06:17 +0000
commitfcb2904bbad784fe7ba5a41560a09d3520c67adf (patch)
treeac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /devel/prcs
parent310016f923a15fdc1fcfdd34ac96390d82fdfdd3 (diff)
downloadpkgsrc-fcb2904bbad784fe7ba5a41560a09d3520c67adf.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 'devel/prcs')
-rw-r--r--devel/prcs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 63e991f5cdf..eeaddcd1e18 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/05/24 20:39:38 tv Exp $
+# $NetBSD: Makefile,v 1.12 1999/06/20 21:06:19 tron Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
@@ -9,7 +9,9 @@ MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.XCF.Berkeley.EDU/~jmacd/prcs.html
-ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386,mips*,pc532,powerpc,sparc,vax}
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-mips* NetBSD-*-pc532 NetBSD-*-powerpc \
+ NetBSD-*-sparc NetBSD-*-vax
GNU_CONFIGURE=
USE_GTEXINFO=