diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-09-16 16:14:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-09-16 16:14:09 +0000 |
commit | 77693f292102fd448deeeec660fa430a58e6abc0 (patch) | |
tree | b5a294bbeacc7c42f4cca49af6842977de96cfe7 /chat/irssi/patches | |
parent | 9fe71868e006e8d3f5a43943f19658ea787f5aa2 (diff) | |
download | pkgsrc-77693f292102fd448deeeec660fa430a58e6abc0.tar.gz |
irssi 0.7.98.4 package: yet another IRC client
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.
Diffstat (limited to 'chat/irssi/patches')
-rw-r--r-- | chat/irssi/patches/patch-aa | 10 | ||||
-rw-r--r-- | chat/irssi/patches/patch-ab | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/chat/irssi/patches/patch-aa b/chat/irssi/patches/patch-aa new file mode 100644 index 00000000000..77a7d201363 --- /dev/null +++ b/chat/irssi/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/09/16 16:14:09 hubertf Exp $ + +--- docs/Makefile.am.orig Sat Sep 15 22:20:22 2001 ++++ docs/Makefile.am Sat Sep 15 22:20:29 2001 +@@ -1,4 +1,4 @@ +-docdir = $(prefix)/doc/irssi ++docdir = $(prefix)/share/doc/irssi + + doc_DATA = \ + botnet.txt \ diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab new file mode 100644 index 00000000000..11271e829ac --- /dev/null +++ b/chat/irssi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/09/16 16:14:09 hubertf Exp $ + +--- docs/Makefile.in.orig Sat Sep 15 22:25:00 2001 ++++ docs/Makefile.in Sat Sep 15 22:25:40 2001 +@@ -116,7 +116,7 @@ + perlpath = @perlpath@ + sedpath = @sedpath@ + +-docdir = $(prefix)/doc/irssi ++docdir = $(prefix)/share/doc/irssi + + doc_DATA = botnet.txt design.txt formats.txt manual.txt perl.txt signals.txt special_vars.txt startup-HOWTO.html startup-HOWTO.txt + |