summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-08 18:13:13 +0000
committerjlam <jlam>2005-08-08 18:13:13 +0000
commit9d2ce35a6472cfc79d3372424557b67d635b22ed (patch)
treee389843b57bdb64b67e1aa923db6828ac0f39e42 /chat
parent8c0f71c0f69de892e6487bbe1eedfe10c2304e28 (diff)
downloadpkgsrc-9d2ce35a6472cfc79d3372424557b67d635b22ed.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')
-rw-r--r--chat/vicq/Makefile4
-rw-r--r--chat/vicq/distinfo3
-rw-r--r--chat/vicq/patches/patch-ac12
3 files changed, 16 insertions, 3 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile
index 7f2b58f40b0..cb632a0dcbd 100644
--- a/chat/vicq/Makefile
+++ b/chat/vicq/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:04 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/08 18:13:13 jlam Exp $
DISTNAME= vicq-0.4.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/vicq/distinfo b/chat/vicq/distinfo
index 20d88424b90..ea62098f373 100644
--- a/chat/vicq/distinfo
+++ b/chat/vicq/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 15:59:14 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/08/08 18:13:13 jlam Exp $
SHA1 (vicq-0.4.1.tar.bz2) = 824f49adb0f17d3f8c1593517db80fed5c70353c
RMD160 (vicq-0.4.1.tar.bz2) = 4c1e24baf2ae3aa8206eb9cd611ba6dfed9efce5
Size (vicq-0.4.1.tar.bz2) = 54292 bytes
SHA1 (patch-aa) = 66c5203a16013952584ed20b88be26f75c7dda0f
SHA1 (patch-ab) = 92592ab9aa43d33546a6ab77ebd3a59d76366a7c
+SHA1 (patch-ac) = ef9fba66af10197d8975076c3caaf310c8549175
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";