diff options
Diffstat (limited to 'devel/apr/Makefile')
-rw-r--r-- | devel/apr/Makefile | 4 |
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" |