summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2013-01-20 13:40:54 +0000
committermorr <morr@pkgsrc.org>2013-01-20 13:40:54 +0000
commit3b7a953b36fe5b2ab24e22d8fe1ffd379f3b267e (patch)
tree880900e4ca08cd1f73f942843939c082e29fdb1f /x11
parent06381a812d4b80cb09ddd9a30a2b47ded6c9a396 (diff)
downloadpkgsrc-3b7a953b36fe5b2ab24e22d8fe1ffd379f3b267e.tar.gz
Update patches too2
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/patches/patch-doc_Makefile.in (renamed from x11/rxvt-unicode/patches/patch-ac)10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/rxvt-unicode/patches/patch-ac b/x11/rxvt-unicode/patches/patch-doc_Makefile.in
index 11b17604877..83c63680ce1 100644
--- a/x11/rxvt-unicode/patches/patch-ac
+++ b/x11/rxvt-unicode/patches/patch-doc_Makefile.in
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2012/06/28 18:24:08 riastradh Exp $
+$NetBSD: patch-doc_Makefile.in,v 1.1 2013/01/20 13:40:54 morr Exp $
Undo upstream revision 1.45, which was done in the name of simplification.
---- doc/Makefile.in.orig 2011-12-28 02:31:26.000000000 +0000
+--- doc/Makefile.in.orig 2012-11-06 20:54:10.000000000 +0000
+++ doc/Makefile.in
-@@ -102,7 +102,7 @@ install: all
+@@ -96,7 +96,7 @@ install: all
+ $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
+ $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
$(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
- @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
- @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
+ if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi