diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | 230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /lang/clisp | |
parent | 554432156f0747cbde8c8da5f610d76f8a1a081a (diff) | |
download | pkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.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 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 49e2824ac0d..a4bedef4cc3 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.8 1999/04/17 01:55:55 mjl Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:43 tv Exp $ -DISTNAME= clispsrc -PKGNAME= clisp-19990108 -CATEGORIES= lang -MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \ - ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/ +DISTNAME= clispsrc +PKGNAME= clisp-19990108 +CATEGORIES= lang +MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \ + ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/ -MAINTAINER= mjl@emsi.priv.at -HOMEPAGE= http://clisp.cons.org/~haible/clisp.html +MAINTAINER= mjl@emsi.priv.at +HOMEPAGE= http://clisp.cons.org/~haible/clisp.html -NOT_FOR_ARCHS= alpha # severe LP64 problems +NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems MIRROR_DISTFILE= no |