aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2009-07-14 16:28:14 +0800
committerdaichi <daichi@FreeBSD.org>2009-07-14 16:28:14 +0800
commitff035c34cfe027d1388ee64f905bda26cd628589 (patch)
tree56a236224b8adea2944f06d002245c3d04a2e81d /lang
parentc6c7d3d1648f70657ea8f12a74b9185f92dce493 (diff)
downloadfreebsd-ports-gnome-ff035c34cfe027d1388ee64f905bda26cd628589.tar.gz
freebsd-ports-gnome-ff035c34cfe027d1388ee64f905bda26cd628589.tar.zst
freebsd-ports-gnome-ff035c34cfe027d1388ee64f905bda26cd628589.zip
Fix build problem of lang/neko on tinderbox
PR: ports/136734 Submitted by: maintainer
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)