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 /devel/prcs | |
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 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 558122b46e3..63e991f5cdf 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.10 1998/08/20 15:16:50 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1999/05/24 20:39:38 tv Exp $ # FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp # -DISTNAME= prcs-1.2.8 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ +DISTNAME= prcs-1.2.8 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.XCF.Berkeley.EDU/~jmacd/prcs.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.XCF.Berkeley.EDU/~jmacd/prcs.html -ONLY_FOR_ARCHS= alpha arm32 i386 mips* pc532 powerpc sparc vax +ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386,mips*,pc532,powerpc,sparc,vax} -GNU_CONFIGURE= yes -USE_GTEXINFO= yes +GNU_CONFIGURE= +USE_GTEXINFO= .include "../../mk/bsd.pkg.mk" |