summaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-04-10 06:16:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-04-10 06:16:01 +0000
commitf36249fe204920c5eb22bd189b80586612f0baaf (patch)
tree84e0ea0d257f54f6e5634e30305c104d17bb075a /irc/irssi
parentupgrade to 0410 (diff)
Fix plist on current.
Notes
Notes: svn path=/head/; revision=57522
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 6d073d225af4..4ce4e07c1e14 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -19,7 +19,7 @@ USE_GLIB= yes
GNU_CONFIGURE= yes
# `+=' is for slave ports
CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
- --with-perl-lib=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+ --with-perl-lib=site
.include <bsd.port.pre.mk>