Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 02:43:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342931 - head/irc/p5-POE-Component-IRC-Plugin-QueryDNS
Message-ID:  <201402060243.s162h04n082028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  6 02:43:00 2014
New Revision: 342931
URL: http://svnweb.freebsd.org/changeset/ports/342931
QAT: https://qat.redports.org/buildarchive/r342931/

Log:
  - Stage support

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

Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile	Thu Feb  6 02:42:37 2014	(r342930)
+++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile	Thu Feb  6 02:43:00 2014	(r342931)
@@ -19,13 +19,8 @@ PLIST_SUB=	EXAMPLESDIR="share/examples/$
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		POE::Component::IRC::Plugin::QueryDNS.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-QueryDNS/pkg-plist
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist	Thu Feb  6 02:42:37 2014	(r342930)
+++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist	Thu Feb  6 02:43:00 2014	(r342931)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNS/.packlist
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PERL5_MAN3%%/POE::Component::IRC::Plugin::QueryDNS.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402060243.s162h04n082028>