diff options
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' \ |