aboutsummaryrefslogtreecommitdiff
path: root/lang/alisp/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-17 19:00:38 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-17 19:00:38 +0000
commit737f1f288e7f6ffafb687a28b7acee1aec7ba40f (patch)
tree7821a946a0a0b2e7bff4513a7e1961d473b4860b /lang/alisp/Makefile
parent5595186206456a10fe5032edde01bfdf08534ca1 (diff)
downloadports-737f1f288e7f6ffafb687a28b7acee1aec7ba40f.tar.gz
ports-737f1f288e7f6ffafb687a28b7acee1aec7ba40f.zip
Notes
Diffstat (limited to 'lang/alisp/Makefile')
-rw-r--r--lang/alisp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile
index 8ec709d5380f..3995780c3068 100644
--- a/lang/alisp/Makefile
+++ b/lang/alisp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= alisp
-PORTVERSION= 20060602
+PORTVERSION= 20060717
CATEGORIES= lang devel lisp
MASTER_SITES= http://www.t3x.org/files/
@@ -21,4 +21,9 @@ MAKE_ENV+= BINOWN=${BINOWN} \
BINGRP=${BINGRP} \
PREFIX=${PREFIX}
+USE_REINPLACE= yes
+
+post-patch:
+ ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h
+
.include <bsd.port.mk>