summaryrefslogtreecommitdiff
path: root/chat/vicq/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-08 18:13:13 +0000
committerjlam <jlam@pkgsrc.org>2005-08-08 18:13:13 +0000
commitda6807f3c5d761432eea71ceea1e5baf10f5083f (patch)
treee389843b57bdb64b67e1aa923db6828ac0f39e42 /chat/vicq/patches
parent70b50d8aa11605d97ea048d05ca4bf1fe2af34f6 (diff)
downloadpkgsrc-da6807f3c5d761432eea71ceea1e5baf10f5083f.tar.gz
Fix the package configuration of the following packages so that they
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
Diffstat (limited to 'chat/vicq/patches')
-rw-r--r--chat/vicq/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/vicq/patches/patch-ac b/chat/vicq/patches/patch-ac
new file mode 100644
index 00000000000..c11e982843f
--- /dev/null
+++ b/chat/vicq/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/08/08 18:13:13 jlam Exp $
+
+--- Net/vICQ/install.sh.orig 2002-04-09 12:32:33.000000000 -0400
++++ Net/vICQ/install.sh
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+
+-output=`perl Makefile.PL 2>&1`;
++output=`perl Makefile.PL INSTALLDIRS=vendor 2>&1`;
+ if [ $? != 0 ]; then
+ echo "Command: [perl Makefile.PL]"
+ echo "$output";