svn commit: r341686 - head/www/p5-Apache2-SiteControl

Martin Wilke miwi at FreeBSD.org
Wed Jan 29 07:57:01 UTC 2014


Author: miwi
Date: Wed Jan 29 07:57:00 2014
New Revision: 341686
URL: http://svnweb.freebsd.org/changeset/ports/341686
QAT: https://qat.redports.org/buildarchive/r341686/

Log:
  - Stage support

Modified:
  head/www/p5-Apache2-SiteControl/Makefile
  head/www/p5-Apache2-SiteControl/pkg-plist

Modified: head/www/p5-Apache2-SiteControl/Makefile
==============================================================================
--- head/www/p5-Apache2-SiteControl/Makefile	Wed Jan 29 07:53:48 2014	(r341685)
+++ head/www/p5-Apache2-SiteControl/Makefile	Wed Jan 29 07:57:00 2014	(r341686)
@@ -28,16 +28,6 @@ OPTIONS_DEFAULT=	RADIUS
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Apache2::SiteControl.3 \
-		Apache2::SiteControl::GrantAllRule.3 \
-		Apache2::SiteControl::ManagerFactory.3 \
-		Apache2::SiteControl::PermissionManager.3 \
-		Apache2::SiteControl::Radius.3 \
-		Apache2::SiteControl::Rule.3 \
-		Apache2::SiteControl::User.3 \
-		Apache2::SiteControl::UserFactory.3
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MRADIUS}

Modified: head/www/p5-Apache2-SiteControl/pkg-plist
==============================================================================
--- head/www/p5-Apache2-SiteControl/pkg-plist	Wed Jan 29 07:53:48 2014	(r341685)
+++ head/www/p5-Apache2-SiteControl/pkg-plist	Wed Jan 29 07:57:00 2014	(r341686)
@@ -1,3 +1,11 @@
+%%PERL5_MAN3%%/Apache2::SiteControl.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::GrantAllRule.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::ManagerFactory.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::PermissionManager.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::Radius.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::Rule.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::User.3.gz
+%%PERL5_MAN3%%/Apache2::SiteControl::UserFactory.3.gz
 %%SITE_PERL%%/Apache2/SiteControl.pm
 %%SITE_PERL%%/Apache2/SiteControl/GrantAllRule.pm
 %%SITE_PERL%%/Apache2/SiteControl/ManagerFactory.pm


More information about the svn-ports-all mailing list