svn commit: r342927 - head/irc/p5-POE-Component-IRC-Plugin-Bollocks

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 02:42:21 UTC 2014


Author: miwi
Date: Thu Feb  6 02:42:20 2014
New Revision: 342927
URL: http://svnweb.freebsd.org/changeset/ports/342927
QAT: https://qat.redports.org/buildarchive/r342927/

Log:
  - Stage support

Modified:
  head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile
  head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist

Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile	Thu Feb  6 02:42:05 2014	(r342926)
+++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile	Thu Feb  6 02:42:20 2014	(r342927)
@@ -20,13 +20,8 @@ PLIST_SUB=	EXAMPLESDIR="share/examples/$
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		POE::Component::IRC::Plugin::Bollocks.3
-
-NO_STAGE=	yes
 post-install:
-.ifndef(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist	Thu Feb  6 02:42:05 2014	(r342926)
+++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist	Thu Feb  6 02:42:20 2014	(r342927)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Bollocks/.packlist
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PERL5_MAN3%%/POE::Component::IRC::Plugin::Bollocks.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Bollocks
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC


More information about the svn-ports-all mailing list