diff options
author | itojun <itojun> | 2002-03-19 16:04:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-03-19 16:04:30 +0000 |
commit | bc9bf1a5ec1f2c94491275fc5e8800cc2a0f68fa (patch) | |
tree | b8abfffec4ed82ebacba11eb9c1604d8c2dad231 /chat | |
parent | 533bf79329b89535753c4630c9d2ddd36d8f79ed (diff) | |
download | pkgsrc-bc9bf1a5ec1f2c94491275fc5e8800cc2a0f68fa.tar.gz |
forgot to add patches
Diffstat (limited to 'chat')
-rw-r--r-- | chat/vicq/patches/patch-aa | 13 |
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 + { |