summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /chat/irssi
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'chat/irssi')
-rw-r--r--chat/irssi/Makefile4
-rw-r--r--chat/irssi/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index f970bde96cd..e2bcdb86334 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2005/07/21 16:29:45 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2005/08/06 06:19:04 jlam Exp $
DISTNAME= ${IRSSI_DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= http://real.irssi.org/files/
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 2d897a52f7b..08c96afdf0c 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/07/13 18:01:19 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2005/08/06 06:19:04 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl
@@ -15,7 +15,7 @@ PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist
# actually we don't need --with-perl here, irssi is compiled with it by default
# but who knows what may happen in future versions
CONFIGURE_ARGS+= --with-perl
-CONFIGURE_ARGS+= --with-perl-lib=site
+CONFIGURE_ARGS+= --with-perl-lib=vendor
.else
CONFIGURE_ARGS+= --with-perl=no
.endif