summaryrefslogtreecommitdiff
path: root/math/xlispstat
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commitb4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /math/xlispstat
parent2dceb46da5667da02f175cdab8fb327156a5ac34 (diff)
downloadpkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.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 'math/xlispstat')
-rw-r--r--math/xlispstat/Makefile22
1 files changed, 11 insertions, 11 deletions
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"