aboutsummaryrefslogtreecommitdiff
path: root/lang/alisp/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-18 09:14:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-18 09:14:57 +0000
commit5e34bbf97caeba92a93210a16a9d6d514f59fc7b (patch)
tree8835bcd4bba8b52602ab8ceacb03b79a65b5a605 /lang/alisp/Makefile
parentf171c55ab98290ebac923e38e09903596166d08c (diff)
downloadports-5e34bbf97caeba92a93210a16a9d6d514f59fc7b.tar.gz
ports-5e34bbf97caeba92a93210a16a9d6d514f59fc7b.zip
Notes
Diffstat (limited to 'lang/alisp/Makefile')
-rw-r--r--lang/alisp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile
index 348652948399..69ed732bbe02 100644
--- a/lang/alisp/Makefile
+++ b/lang/alisp/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= alisp
-PORTVERSION= 8
-CATEGORIES= lang devel
+PORTVERSION= 20031029
+CATEGORIES= lang devel lisp
MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
-DISTNAME= alisp${PORTVERSION}
MAINTAINER= nmh@t3x.org
COMMENT= A tail-recursive interpreter for purely symbolic LISP
@@ -33,6 +32,6 @@ post-patch:
${WRKSRC}/Makefile
${REINPLACE_CMD} \
-e 's,/usr/local,${PREFIX},g' \
- ${WRKSRC}/cnf/dfl_unix.rc
+ ${WRKSRC}/cnf/unix.dfl
.include <bsd.port.mk>