summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-13 18:03:40 +0000
committerjlam <jlam>2004-02-13 18:03:40 +0000
commit399bb9873a756ada310086ef0265a02856c6fb55 (patch)
tree17d325eaa4de461d3f714ff0408814a3e2cc2f48 /devel
parentc151089a5b0668796f4696190ebca247c242d5d9 (diff)
downloadpkgsrc-399bb9873a756ada310086ef0265a02856c6fb55.tar.gz
${LIBTOOL} is just a bare "libtool" now. We want to install ${PKG_LIBTOOL}.
Diffstat (limited to 'devel')
-rw-r--r--devel/apr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 719db737f01..f2ea2307087 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/27 22:07:04 epg Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/13 18:03:40 jlam Exp $
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
PKGREVISION= 1
@@ -54,7 +54,7 @@ do-configure:
post-install:
${RM} ${PREFIX}/libexec/apr/libtool
- ${INSTALL_SCRIPT} ${LIBTOOL} ${PREFIX}/libexec/apr/libtool
+ ${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${PREFIX}/libexec/apr/libtool
.include "../../www/apache2/Makefile.common"