summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-22 15:24:10 +0000
committertron <tron@pkgsrc.org>2001-07-22 15:24:10 +0000
commit5bf044be0dac496e315f4bc05a931c1f7d9e2fe2 (patch)
treed9288e61b59c22db2c485f01859200b3337abdc5 /net/wget
parent56f6b2b040dd4232c840c49711d1306c0ee74876 (diff)
downloadpkgsrc-5bf044be0dac496e315f4bc05a931c1f7d9e2fe2.tar.gz
Make sure that locale files get installed into the right directory under
Solaris.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/distinfo6
-rw-r--r--net/wget/patches/patch-ab15
-rw-r--r--net/wget/patches/patch-ac13
3 files changed, 31 insertions, 3 deletions
diff --git a/net/wget/distinfo b/net/wget/distinfo
index bc547e36e75..193fdb7c615 100644
--- a/net/wget/distinfo
+++ b/net/wget/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2001/07/16 07:59:11 itojun Exp $
+$NetBSD: distinfo,v 1.7 2001/07/22 15:31:54 tron Exp $
SHA1 (wget-1.7.tar.gz) = b44118972c11a410b81ad3d306861b370071e611
Size (wget-1.7.tar.gz) = 945138 bytes
-SHA1 (wget-17-v6-20010716a.diff.gz) = 02ddc575dc2cd33b38a2b111662198b77ef67491
-Size (wget-17-v6-20010716a.diff.gz) = 49827 bytes
SHA1 (patch-aa) = 98c944716c403d0501505fc52c69c898d7870ea5
+SHA1 (patch-ab) = 797716b5a213c1e6b12f9407769e606b50818a67
+SHA1 (patch-ac) = 20cc35210374c68ddcaf39830620d853b4311988
diff --git a/net/wget/patches/patch-ab b/net/wget/patches/patch-ab
new file mode 100644
index 00000000000..6d14388c0fc
--- /dev/null
+++ b/net/wget/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 2001/07/22 15:31:54 tron Exp $
+
+--- po/Makefile.in.in.orig Thu Apr 12 14:25:22 2001
++++ po/Makefile.in.in Sun Jul 22 17:21:13 2001
+@@ -21,8 +21,8 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
+-gnulocaledir = $(prefix)/share/locale
++localedir = $(prefix)/$(PKGLOCALEDIR)/locale
++gnulocaledir = $(prefix)/$(PKGLOCALEDIR)/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
+
diff --git a/net/wget/patches/patch-ac b/net/wget/patches/patch-ac
new file mode 100644
index 00000000000..4e55c16344a
--- /dev/null
+++ b/net/wget/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2001/07/22 15:31:54 tron Exp $
+
+--- src/Makefile.in.orig Thu Apr 12 14:25:22 2001
++++ src/Makefile.in Sun Jul 22 17:21:51 2001
+@@ -33,7 +33,7 @@
+ exec_prefix = @exec_prefix@
+ bindir = @bindir@
+ sysconfdir = @sysconfdir@
+-localedir = $(prefix)/share/locale
++localedir = $(prefix)/$(PKGLOCALEDIR)/locale
+
+ DESTDIR =
+