aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2009-07-14 08:28:14 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2009-07-14 08:28:14 +0000
commit53baa5e59f3355217eb4555cc2f9f8c1aad8caf5 (patch)
tree1882c753044a2f035b4bd3fbb2a928c374b36f75 /lang
parent91d7e8905e397027b2a6d24723b4a89148d8fd7f (diff)
downloadports-53baa5e59f3355217eb4555cc2f9f8c1aad8caf5.tar.gz
ports-53baa5e59f3355217eb4555cc2f9f8c1aad8caf5.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/neko/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile
index 9e041fdad1ed..e7422426e6e7 100644
--- a/lang/neko/Makefile
+++ b/lang/neko/Makefile
@@ -113,6 +113,7 @@ post-patch:
@${REINPLACE_CMD} \
-e '/^linkcmd =/s,"ld",cc,' \
-e 's/= readline[(][)];/= "s";/' \
+ -e 's,/usr/local/include,${PREFIX}/include,' \
-e 's,/usr/local/lib,${PREFIX}/lib,' \
${WRKSRC}/src/tools/install.neko
.if !empty(LIBKEYNAME)