diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
commit | 34b40b10efabfdd2887892d4bded0df1ba055535 (patch) | |
tree | 1a929ce435d5880e095d1987ab72f39080b54ed5 /lang/alisp/Makefile | |
parent | 84104e8cd6175de53f8268204fd23b4fb05bd1e7 (diff) | |
download | ports-34b40b10efabfdd2887892d4bded0df1ba055535.tar.gz ports-34b40b10efabfdd2887892d4bded0df1ba055535.zip |
Notes
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 8078567ad07a..a056b1cecd00 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' \ |