summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-03-19 16:04:30 +0000
committeritojun <itojun@pkgsrc.org>2002-03-19 16:04:30 +0000
commit1e01f8c17e4936af51c2e0171fdc4990512570c4 (patch)
treeb8abfffec4ed82ebacba11eb9c1604d8c2dad231 /chat
parentb2b580d242415a742dd2861dcc0b217548288c0d (diff)
downloadpkgsrc-1e01f8c17e4936af51c2e0171fdc4990512570c4.tar.gz
forgot to add patches
Diffstat (limited to 'chat')
-rw-r--r--chat/vicq/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/vicq/patches/patch-aa b/chat/vicq/patches/patch-aa
new file mode 100644
index 00000000000..13c87a3159d
--- /dev/null
+++ b/chat/vicq/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2002/03/19 16:04:30 itojun Exp $
+
+--- install.pl- Wed Mar 20 00:57:35 2002
++++ install.pl Wed Mar 20 00:57:48 2002
+@@ -55,7 +55,7 @@
+
+
+ ($err = `cp vicq $bindir`) and fail($err);
+-($err = `pod2man vicq --section=1 --release="vICQ 0.3" --center="vICQ manual page" | gzip -c > $mandir/man1/vicq.1.gz`) and &fail($err);
++($err = `pod2man vicq --section=1 --release="vICQ 0.3" --center="vICQ manual page" > $mandir/man1/vicq.1`) and &fail($err);
+ print "Instalation complete\n";
+ sub fail
+ {