diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-08 18:13:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-08 18:13:13 +0000 |
commit | da6807f3c5d761432eea71ceea1e5baf10f5083f (patch) | |
tree | e389843b57bdb64b67e1aa923db6828ac0f39e42 /chat/vicq/patches | |
parent | 70b50d8aa11605d97ea048d05ca4bf1fe2af34f6 (diff) | |
download | pkgsrc-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-ac | 12 |
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"; |