diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-06-25 15:51:22 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-06-25 15:51:40 -0500 |
commit | d67ba462d88f8f07b20a6d319e8e490689189b4b (patch) | |
tree | 6f44ddba8c02d5a54867e0706ad9eb44dab13e27 /net-irc/ircii | |
parent | dev-perl/Digest-Nilsimsa-0.60.0-r2: alpha stable (diff) | |
download | gentoo-d67ba462d88f8f07b20a6d319e8e490689189b4b.tar.gz gentoo-d67ba462d88f8f07b20a6d319e8e490689189b4b.tar.bz2 gentoo-d67ba462d88f8f07b20a6d319e8e490689189b4b.zip |
net-irc/ircii: add missing patch
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-irc/ircii')
-rw-r--r-- | net-irc/ircii/files/ircii-manpage-path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-irc/ircii/files/ircii-manpage-path.patch b/net-irc/ircii/files/ircii-manpage-path.patch new file mode 100644 index 000000000000..62a55c29e0a1 --- /dev/null +++ b/net-irc/ircii/files/ircii-manpage-path.patch @@ -0,0 +1,12 @@ +diff -ur ircii-20151120/Makefile.in ircii-20151120.new/Makefile.in +--- ircii-20151120/Makefile.in 2015-11-11 17:01:46.000000000 -0600 ++++ ircii-20151120.new/Makefile.in 2016-04-12 13:11:58.553493486 -0500 +@@ -64,7 +64,7 @@ + libdir = $(DESTDIR)@libdir@ + libexecdir = $(DESTDIR)@libexecdir@ + # @mandir@ tends to be $datarootdir which already has $DESTDIR. +-mandir = @mandir@/man1 ++mandir = $(DESTDIR)@mandir@/man1 + + # Where the ircII binary will be installed. + # 'make install' will compile and install the program |