summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /math
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-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 'math')
-rw-r--r--math/xldlas/Makefile26
-rw-r--r--math/xlispstat/Makefile22
2 files changed, 24 insertions, 24 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index 00993658473..a8ecd874ab9 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.4 1999/04/15 20:39:44 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:45 tv Exp $
# FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp
#
-DISTNAME= xldlas-0.85
-WRKSRC= ${WRKDIR}/xldlas
-CATEGORIES= math
-MASTER_SITES= http://a42.com/~thor/xldlas/ \
- http://sunsite.math.klte.hu/mirrors/xldlas/ \
- ${MASTER_SITE_SUNSITE:=X11/xapps/math/}
-EXTRACT_SUFX= -source.tgz
+DISTNAME= xldlas-0.85
+WRKSRC= ${WRKDIR}/xldlas
+CATEGORIES= math
+MASTER_SITES= http://a42.com/~thor/xldlas/ \
+ http://sunsite.math.klte.hu/mirrors/xldlas/ \
+ ${MASTER_SITE_SUNSITE:=X11/xapps/math/}
+EXTRACT_SUFX= -source.tgz
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://a42.com/~thor/xldlas/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://a42.com/~thor/xldlas/
-DEPENDS+= xforms-0.88:../../x11/xforms
+DEPENDS= xforms-0.88:../../x11/xforms
-ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k
+ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,sparc,ns32k}
-USE_X11BASE= yes
+USE_X11BASE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
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"