summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-27 22:38:51 +0000
committertv <tv@pkgsrc.org>2004-04-27 22:38:51 +0000
commit7cdb6a5a2a5f0b5a29b330c5ac0ab2c713b2a368 (patch)
tree71f1e0a072c966bd3a87bbbb5ec42a5b0f19a7da /graphics/tiff
parent19a94159acee78e9753f65e5fa897bb5e7097d84 (diff)
downloadpkgsrc-7cdb6a5a2a5f0b5a29b330c5ac0ab2c713b2a368.tar.gz
Use INSTALL_LIB instead of INSTALL_SCRIPT.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/distinfo4
-rw-r--r--graphics/tiff/patches/patch-ad4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo
index 40bb3d9e819..fc04a38f4c5 100644
--- a/graphics/tiff/distinfo
+++ b/graphics/tiff/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/04/27 20:38:48 tv Exp $
+$NetBSD: distinfo,v 1.16 2004/04/27 22:38:51 tv Exp $
SHA1 (tiff-3.6.1/tiff-v3.6.1.tar.gz) = f7817145d8756152cc341804df6477f37ef93c38
Size (tiff-3.6.1/tiff-v3.6.1.tar.gz) = 1072165 bytes
@@ -9,7 +9,7 @@ Size (tiff-3.6.1/libtiff-lzw-compression-kit-1.5.tar.gz) = 9646 bytes
SHA1 (patch-aa) = f7e1947a088c519a87be89b464eebf362962aeab
SHA1 (patch-ab) = 186b597cb44768570d844d55a4f4358a89974633
SHA1 (patch-ac) = 754a02bb0561f8944fa1c870ab8dd6c1d6bf0c49
-SHA1 (patch-ad) = c0939dafb160caae77c78dc1b6c4b103242718e6
+SHA1 (patch-ad) = b48c93d29d5ff39079b6d320c5e67d9c1cdde8c7
SHA1 (patch-ae) = 8272e39a8a0324b0f8a1e661721b5c9367c0d8e7
SHA1 (patch-af) = d6c9fd4f10c26e6b2ad8eb5ec51e9205504b62c7
SHA1 (patch-ag) = 169a504fc9c4180b3b14a7d2f0e2318af9879f17
diff --git a/graphics/tiff/patches/patch-ad b/graphics/tiff/patches/patch-ad
index 33d13c19343..c728cb3af15 100644
--- a/graphics/tiff/patches/patch-ad
+++ b/graphics/tiff/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.10 2004/04/27 20:38:48 tv Exp $
+$NetBSD: patch-ad,v 1.11 2004/04/27 22:38:51 tv Exp $
--- libtiff/Makefile.in.orig Mon Nov 17 04:24:41 2003
+++ libtiff/Makefile.in
@@ -84,7 +84,7 @@ $NetBSD: patch-ad,v 1.10 2004/04/27 20:38:48 tv Exp $
- ${INSTALL} -idb tiff.sw.dev -m 755 -dir ${DESTDIR}@DIR_LIB@
- ${INSTALL} -idb tiff.sw.dev -m 444 -F ${DESTDIR}@DIR_LIB@ -O libtiff.a
+ ${INSTALL} -idb tiff.sw.dev -m ${PKGDIRMODE} -dir ${DESTDIR}@DIR_LIB@
-+ ${LIBTOOL} ${BSD_INSTALL_SCRIPT} libtiff.la @DIR_LIB@
++ ${LIBTOOL} ${BSD_INSTALL_LIB} libtiff.la @DIR_LIB@
if [ @DSO@dso != nodso ]; then \
${MAKE} -${MAKEFLAGS} installDSO; \
else \