diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
commit | 00be60f7d08d81be6af760cbe94079108a292819 (patch) | |
tree | f8f4824948ac09c68ed4b239c411dc9a09a1e8b9 /lang/alisp/Makefile | |
parent | b3c3769b07b3018f5d28165e6c917d486e5b9a5c (diff) | |
download | FreeBSD-ports-00be60f7d08d81be6af760cbe94079108a292819.zip FreeBSD-ports-00be60f7d08d81be6af760cbe94079108a292819.tar.gz |
Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.
PR: ports/62630
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Diffstat (limited to 'lang/alisp/Makefile')
-rw-r--r-- | lang/alisp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 8078567..a056b1c 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= alisp -PORTVERSION= 20031205 +PORTVERSION= 20040206 CATEGORIES= lang devel lisp MASTER_SITES= http://t3x.dyndns.org/files/ \ http://www.t3x.org/files/ @@ -32,6 +32,9 @@ post-patch: ${WRKSRC}/Makefile ${REINPLACE_CMD} \ -e 's,/usr/local,${PREFIX},g' \ + ${WRKSRC}/util/Alisp.sh + ${REINPLACE_CMD} \ + -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/cnf/unix.dfl ${REINPLACE_CMD} \ -e 's,/usr/local,${PREFIX},g' \ |