diff options
author | morr <morr> | 2013-01-20 13:40:54 +0000 |
---|---|---|
committer | morr <morr> | 2013-01-20 13:40:54 +0000 |
commit | a1d0af12fe36b4324d43e1920f0a5a8d11129675 (patch) | |
tree | 880900e4ca08cd1f73f942843939c082e29fdb1f | |
parent | e1017cc9cb49fbf2f1a0b8d218e75e72dc64ca4c (diff) | |
download | pkgsrc-a1d0af12fe36b4324d43e1920f0a5a8d11129675.tar.gz |
Update patches too2
-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 |