pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Convert INSTALL_SCRIPT to INSTALL_LIB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f257dd165f0a
branches:  trunk
changeset: 474363:f257dd165f0a
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 22:40:35 2004 +0000

description:
Convert INSTALL_SCRIPT to INSTALL_LIB.

diffstat:

 graphics/png/distinfo          |  4 ++--
 graphics/png/patches/patch-aa  |  4 ++--
 security/tcp_wrappers/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 7faad00629e8 -r f257dd165f0a graphics/png/distinfo
--- a/graphics/png/distinfo     Tue Apr 27 22:38:51 2004 +0000
+++ b/graphics/png/distinfo     Tue Apr 27 22:40:35 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2004/04/27 19:36:27 tv Exp $
+$NetBSD: distinfo,v 1.17 2004/04/27 22:40:35 tv Exp $
 
 SHA1 (libpng-1.2.5.tar.bz2) = 6752eaf1a604edbbb0149b781155ef9cb47d80c3
 Size (libpng-1.2.5.tar.bz2) = 378030 bytes
-SHA1 (patch-aa) = 947063c62c131b9ca830e696ff39762ff34818c5
+SHA1 (patch-aa) = 0b3d28e526f8d1530e82c30be46aea19e5a32d6a
 SHA1 (patch-ab) = be7dc4a3e21c0056a913c5f1488528558024e6ea
 SHA1 (patch-ac) = 96e42c626b9aec1f2d68f920f147463ca77da27c
 SHA1 (patch-ad) = edfe5d2c827939eba9d62f426f5dca51979be245
diff -r 7faad00629e8 -r f257dd165f0a graphics/png/patches/patch-aa
--- a/graphics/png/patches/patch-aa     Tue Apr 27 22:38:51 2004 +0000
+++ b/graphics/png/patches/patch-aa     Tue Apr 27 22:40:35 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.21 2004/04/27 19:36:27 tv Exp $
+$NetBSD: patch-aa,v 1.22 2004/04/27 22:40:35 tv Exp $
 
 --- scripts/makefile.std.orig  Thu May 23 08:29:59 2002
 +++ scripts/makefile.std
@@ -60,7 +60,7 @@
 -      chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
 +install: libpng.la
 +      ${BSD_INSTALL_DATA} png.h pngconf.h $(INCPATH)
-+      ${LIBTOOL} --mode=install ${BSD_INSTALL_SCRIPT} libpng.la $(LIBPATH)
++      ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libpng.la $(LIBPATH)
  
  clean:
        rm -f *.o libpng.a pngtest pngout.png
diff -r 7faad00629e8 -r f257dd165f0a security/tcp_wrappers/Makefile
--- a/security/tcp_wrappers/Makefile    Tue Apr 27 22:38:51 2004 +0000
+++ b/security/tcp_wrappers/Makefile    Tue Apr 27 22:40:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/27 19:26:35 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/27 22:41:27 tv Exp $
 
 DISTNAME=      tcp_wrappers_7.6-ipv6.1
 PKGNAME=       tcp_wrappers-7.6.1
@@ -54,7 +54,7 @@
        done
 
 do-install:
-       cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_SCRIPT} libwrap.la ${PREFIX}/lib
+       cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_LIB} libwrap.la ${PREFIX}/lib
        cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_PROGRAM} \
                tcpdmatch try-from safe_finger tcpdchk ${PREFIX}/bin
        cd ${WRKSRC}; ${INSTALL_DATA} tcpd.h ${PREFIX}/include



Home | Main Index | Thread Index | Old Index