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. --- math/xlispstat/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'math/xlispstat') diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 6949f0f9f32..abb710fc7e4 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:45 tv Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # -DISTNAME= xlispstat-3-52-9 -PKGNAME= xlispstat-3.52.9 -CATEGORIES= math lang -MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ +DISTNAME= xlispstat-3-52-9 +PKGNAME= xlispstat-3.52.9 +CATEGORIES= math lang +MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html -GNU_CONFIGURE= yes -USE_X11BASE= yes +GNU_CONFIGURE= yes +USE_X11BASE= yes -NOT_FOR_ARCHS= alpha #core dumps +NOT_FOR_PLATFORM= *-*-alpha #core dumps -ALL_TARGET= xlispstat +ALL_TARGET= xlispstat .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3