summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2004-04-27 22:40:35 +0000
committertv <tv>2004-04-27 22:40:35 +0000
commit2c06e0c36b073ec93906b5314672833ddc6d291e (patch)
tree8581b5b6906284095fbf15a49093fac21fa27c96
parentbc2ef1767265b7dc32e9140cf9a22f9b5f6420fa (diff)
downloadpkgsrc-2c06e0c36b073ec93906b5314672833ddc6d291e.tar.gz
Convert INSTALL_SCRIPT to INSTALL_LIB.
-rw-r--r--graphics/png/distinfo4
-rw-r--r--graphics/png/patches/patch-aa4
-rw-r--r--security/tcp_wrappers/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index b946014ddfd..219d7d08d13 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -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 --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa
index b4a7ad1bb0f..a32b7239941 100644
--- a/graphics/png/patches/patch-aa
+++ b/graphics/png/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.21 2004/04/27 19:36:27 tv Exp $
- 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 --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 9e8c3432d42..7b810a5c0c7 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -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 @@ post-build:
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