summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-13 01:15:16 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-13 01:15:16 +0000
commit6527aefff1d58355c59bb3185a6e685bfc1f6a57 (patch)
treebc0ae5391605b3452962b60e2fe9387c606404d0 /lang/clisp
parentded6767a47878ed672cbdfbd0455764f6b082c65 (diff)
downloadpkgsrc-6527aefff1d58355c59bb3185a6e685bfc1f6a57.tar.gz
pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs.
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 736e1657df1..9ae5b9a2dd0 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:37 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1998/11/13 01:15:16 frueauf Exp $
DISTNAME= clispsrc-1998-08-29
PKGNAME= clisp-19980829
+WRKSRC= ${WRKDIR}/clisp-1998-08-29
CATEGORIES= lang
MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/snapshots/
-NOT_FOR_ARCHS= alpha # severe LP64 problems
-
MAINTAINER= mjl@emsi.priv.at
HOMEPAGE= http://clisp.cons.org/~haible/clisp.html
+NOT_FOR_ARCHS= alpha # severe LP64 problems
+
GNU_CONFIGURE= YES
-WRKSRC= ${WRKDIR}/clisp-1998-08-29
post-configure:
( cd ${WRKSRC}/src; \