summaryrefslogtreecommitdiff
path: root/chat/vicq
diff options
context:
space:
mode:
authoritojun <itojun>2002-03-19 16:04:30 +0000
committeritojun <itojun>2002-03-19 16:04:30 +0000
commitbc9bf1a5ec1f2c94491275fc5e8800cc2a0f68fa (patch)
treeb8abfffec4ed82ebacba11eb9c1604d8c2dad231 /chat/vicq
parent533bf79329b89535753c4630c9d2ddd36d8f79ed (diff)
downloadpkgsrc-bc9bf1a5ec1f2c94491275fc5e8800cc2a0f68fa.tar.gz
forgot to add patches
Diffstat (limited to 'chat/vicq')
-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
+ {