pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apr ${LIBTOOL} is just a bare "libtool" now. We...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c8b6c68da21
branches:  trunk
changeset: 468399:1c8b6c68da21
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 13 18:03:40 2004 +0000

description:
${LIBTOOL} is just a bare "libtool" now.  We want to install ${PKG_LIBTOOL}.

diffstat:

 devel/apr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e638ea255b6 -r 1c8b6c68da21 devel/apr/Makefile
--- a/devel/apr/Makefile        Fri Feb 13 18:00:29 2004 +0000
+++ b/devel/apr/Makefile        Fri Feb 13 18:03:40 2004 +0000
@@ -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 @@
 
 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"
 



Home | Main Index | Thread Index | Old Index