summaryrefslogtreecommitdiff
path: root/net/wget/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/wget/patches/patch-ag')
-rw-r--r--net/wget/patches/patch-ag12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/wget/patches/patch-ag b/net/wget/patches/patch-ag
index 90f2d9e2f08..1eaec96debd 100644
--- a/net/wget/patches/patch-ag
+++ b/net/wget/patches/patch-ag
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.3 2002/11/21 11:05:57 grant Exp $
+$NetBSD: patch-ag,v 1.4 2002/12/16 11:39:02 wiz Exp $
---- doc/Makefile.in.orig Thu Apr 12 14:25:22 2001
+--- doc/Makefile.in.orig Sat Nov 17 00:23:22 2001
+++ doc/Makefile.in
@@ -40,6 +40,7 @@ prefix = @prefix@
infodir = @infodir@
@@ -11,7 +11,7 @@ $NetBSD: patch-ag,v 1.3 2002/11/21 11:05:57 grant Exp $
DESTDIR =
@@ -51,7 +52,7 @@ RM = rm -f
- TEXI2POD = ./texi2pod.pl
+ TEXI2POD = $(srcdir)/texi2pod.pl
POD2MAN = @POD2MAN@
MAN = wget.$(manext)
-WGETRC = $(sysconfdir)/wgetrc
@@ -19,12 +19,12 @@ $NetBSD: patch-ag,v 1.3 2002/11/21 11:05:57 grant Exp $
SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
#
-@@ -119,7 +120,7 @@ install.man: $(MAN)
+@@ -127,7 +128,7 @@ install.man: $(MAN)
# install sample.wgetrc
install.wgetrc: $(srcdir)/sample.wgetrc
-- $(top_srcdir)/mkinstalldirs $(sysconfdir)
+- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)/examples/@PACKAGE@
- @if test -f $(WGETRC); then \
+ @if test -f $(DESTDIR)$(WGETRC); then \
if cmp -s $(srcdir)/sample.wgetrc $(DESTDIR)$(WGETRC); then echo ""; \
else \