1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-29 07:57:00 +00:00
parent 00017260bd
commit e61c21273a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341686
2 changed files with 8 additions and 10 deletions

View File

@ -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}

View File

@ -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