diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 06:16:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 06:16:01 +0000 |
commit | f36249fe204920c5eb22bd189b80586612f0baaf (patch) | |
tree | 84e0ea0d257f54f6e5634e30305c104d17bb075a /irc | |
parent | upgrade to 0410 (diff) |
Fix plist on current.
Notes
Notes:
svn path=/head/; revision=57522
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/irssi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 6d073d225af4..4ce4e07c1e14 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/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> 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> |