aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeutils3
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-07-02 20:06:22 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-07-02 20:06:22 +0000
commit7ad2b7f92f3476d0293ebedbccc9e8b78e0e87f1 (patch)
treefde7d10b0ba6fc0f1b2a302a9f5347ca3c293665 /misc/kdeutils3
parentd4b62f49263449362c86257aaed6919174555ace (diff)
downloadports-7ad2b7f92f3476d0293ebedbccc9e8b78e0e87f1.tar.gz
ports-7ad2b7f92f3476d0293ebedbccc9e8b78e0e87f1.zip
Notes
Diffstat (limited to 'misc/kdeutils3')
-rw-r--r--misc/kdeutils3/Makefile3
-rw-r--r--misc/kdeutils3/files/patch-configure4
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index eed001d862fe..eb276e178a3b 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/Makefile
@@ -41,7 +41,8 @@ USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
${REINPLACE_CMD} -e 's|%%PYTHON_VER%%|${PYTHON_VER}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ -e 's|%%LTMAIN%%|${LTMAIN}|g' \
+ -e 's|%%LIBTOOL%%|${LIBTOOL}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/misc/kdeutils3/files/patch-configure b/misc/kdeutils3/files/patch-configure
index d5be4be80fd6..91c425064e8a 100644
--- a/misc/kdeutils3/files/patch-configure
+++ b/misc/kdeutils3/files/patch-configure
@@ -5,11 +5,11 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS=" %%LOCALBASE%%/share/libtool/ltmain.sh"
++LIBTOOL_DEPS=" %%LTMAIN%%"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
-+LIBTOOL='$(SHELL) %%LOCALBASE%%/bin/libtool --silent'
++LIBTOOL='$(SHELL) %%LIBTOOL%% --silent'
# Prevent multiple expansion