diff options
author | Jase Thew <jase@FreeBSD.org> | 2013-10-21 20:18:26 +0000 |
---|---|---|
committer | Jase Thew <jase@FreeBSD.org> | 2013-10-21 20:18:26 +0000 |
commit | 4f7d21bae8c78c76d2a3d9c6f2067aa8fa7ea0ff (patch) | |
tree | a4eb7d9de0785244e0cb131e837cd465c10bccd4 /irc/p5-POE-Session-Irssi | |
parent | 05d28fef74852af91140c9ca2136063011097dca (diff) | |
download | ports-4f7d21bae8c78c76d2a3d9c6f2067aa8fa7ea0ff.tar.gz ports-4f7d21bae8c78c76d2a3d9c6f2067aa8fa7ea0ff.zip |
- Add STAGE support
- pkg-descr: Fix WWW whitespace nit and update URL
Notes
Notes:
svn path=/head/; revision=331186
Diffstat (limited to 'irc/p5-POE-Session-Irssi')
-rw-r--r-- | irc/p5-POE-Session-Irssi/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Session-Irssi/pkg-descr | 2 | ||||
-rw-r--r-- | irc/p5-POE-Session-Irssi/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile index 1efe4e85b391..d11a289fb5aa 100644 --- a/irc/p5-POE-Session-Irssi/Makefile +++ b/irc/p5-POE-Session-Irssi/Makefile @@ -3,6 +3,7 @@ PORTNAME= POE-Session-Irssi PORTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARTIJN @@ -22,17 +23,15 @@ RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ irssi:${PORTSDIR}/irc/irssi PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +CONFIGURE_ARGS+= INSTALLDIRS=site USES= perl5 USE_PERL5= configure -MAN3= POE::Session::Irssi.3 - -NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/irc/p5-POE-Session-Irssi/pkg-descr b/irc/p5-POE-Session-Irssi/pkg-descr index 76acd7ca5bbe..656fea619408 100644 --- a/irc/p5-POE-Session-Irssi/pkg-descr +++ b/irc/p5-POE-Session-Irssi/pkg-descr @@ -2,4 +2,4 @@ This POE::Session subclass helps you integrate POE and Irssi scripting. It connects the signals and commands handlers you define as POE events with the Irssi machinery. -WWW: http://search.cpan.org/dist/POE-Session-Irssi/ +WWW: https://metacpan.org/module/POE::Session::Irssi diff --git a/irc/p5-POE-Session-Irssi/pkg-plist b/irc/p5-POE-Session-Irssi/pkg-plist index ad80cd61e29a..5213e47c259a 100644 --- a/irc/p5-POE-Session-Irssi/pkg-plist +++ b/irc/p5-POE-Session-Irssi/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/POE::Session::Irssi.3.gz %%SITE_PERL%%/POE/Session/Irssi.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Session/Irssi/.packlist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean-backlog.pl |