From 473e541259e6880c79c17d31ee52e2ee395d66c6 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 13 Feb 2004 18:03:40 +0000 Subject: ${LIBTOOL} is just a bare "libtool" now. We want to install ${PKG_LIBTOOL}. --- devel/apr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') 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" -- cgit v1.2.3