pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/bzip2 Use INSTALL_LIB. (No functional change.)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83924e8f7c1b
branches:  trunk
changeset: 481851:83924e8f7c1b
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Oct 13 17:51:32 2004 +0000

description:
Use INSTALL_LIB.  (No functional change.)

diffstat:

 archivers/bzip2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec3f56608ea2 -r 83924e8f7c1b archivers/bzip2/Makefile
--- a/archivers/bzip2/Makefile  Wed Oct 13 17:50:01 2004 +0000
+++ b/archivers/bzip2/Makefile  Wed Oct 13 17:51:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:13:03 tv Exp $
+# $NetBSD: Makefile,v 1.37 2004/10/13 17:51:32 tv Exp $
 #
 
 DISTNAME=      bzip2-1.0.2
@@ -26,7 +26,7 @@
 INSTALLATION_DIRS=     bin include lib man/man1
 
 do-install:
-       ${LIBTOOL} --mode=install ${INSTALL_SCRIPT} ${WRKSRC}/libbz2.la ${PREFIX}/lib
+       ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libbz2.la ${PREFIX}/lib
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
        ${LN} -f ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
        ${LN} -f ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bzcat



Home | Main Index | Thread Index | Old Index