From 230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- devel/prcs/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'devel/prcs') 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" -- cgit v1.2.3