aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-dico
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-09-30 19:24:30 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-09-30 19:24:30 +0000
commit1ee4da6dd1d50ed85cd3a614fc8a30b02f3ccf66 (patch)
tree8b44219153a720f367633c8fe248933750735b7d /net/gnu-dico
parent7cb0f3c9b4ec333deb7e94ba00c6dc2d3b9c6220 (diff)
Notes
Diffstat (limited to 'net/gnu-dico')
-rw-r--r--net/gnu-dico/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile
index 6f31f38d1122..1e6b9d0f62f2 100644
--- a/net/gnu-dico/Makefile
+++ b/net/gnu-dico/Makefile
@@ -16,7 +16,6 @@ USE_LDCONFIG= yes
USES= tar:xz gmake libtool localbase pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var
INFO= dico
@@ -54,7 +53,10 @@ post-patch:
@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
@${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in
- @${REINPLACE_CMD} 's/python-config/$${PYTHON_CONFIG}/' ${WRKSRC}/configure
+ @${REINPLACE_CMD} \
+ -e 's/mu_check_lib_save_LIBS/LIBS/' \
+ -e 's/python-config/$${PYTHON_CONFIG}/' \
+ ${WRKSRC}/configure
@${REINPLACE_CMD} 's/conf.5in dico/conf.5 dico/' ${WRKSRC}/doc/Makefile.in
post-install: