aboutsummaryrefslogtreecommitdiff
path: root/editors/nvi-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi-devel/Makefile')
-rw-r--r--editors/nvi-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 8aa538500f38..5f92239a2fe7 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -30,7 +30,8 @@ MAN1= nex.1 nvi.1 nview.1
# configure is 555, so you can't do a "make configure" as non-root.
post-patch:
- ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/../dist/configure
+ ${REINPLACE_CMD} -e 's,%%LIBTOOL%%,${LIBTOOL},g ; \
+ s,%%LTMAIN%%,${LTMAIN},g' ${WRKSRC}/../dist/configure
@${CHMOD} 755 ${WRKSRC}/../dist/configure
post-install: