diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 22:42:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 22:42:45 +0800 |
commit | ccb088850f0f986bea2a5fa9ec5ec619725caf7b (patch) | |
tree | 2dd6cbeffe287ab5c9cf1b17d183087672337f67 | |
parent | d3403d778212449da25ccc4a98851812e40b8192 (diff) | |
download | freebsd-ports-gnome-ccb088850f0f986bea2a5fa9ec5ec619725caf7b.tar.gz freebsd-ports-gnome-ccb088850f0f986bea2a5fa9ec5ec619725caf7b.tar.zst freebsd-ports-gnome-ccb088850f0f986bea2a5fa9ec5ec619725caf7b.zip |
- Stage support
-rw-r--r-- | dns/p5-POE-Component-Resolver/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-POE-Component-Resolver/pkg-plist | 2 | ||||
-rw-r--r-- | lang/p5-Test-XPath/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Test-XPath/pkg-plist | 1 | ||||
-rw-r--r-- | security/p5-Safe-Hole/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Safe-Hole/pkg-plist | 1 |
6 files changed, 4 insertions, 10 deletions
diff --git a/dns/p5-POE-Component-Resolver/Makefile b/dns/p5-POE-Component-Resolver/Makefile index ddc0121a4b89..27ce5e6f153f 100644 --- a/dns/p5-POE-Component-Resolver/Makefile +++ b/dns/p5-POE-Component-Resolver/Makefile @@ -21,10 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Resolver.3 \ - POE::Component::Resolver::Sidecar.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/dns/p5-POE-Component-Resolver/pkg-plist b/dns/p5-POE-Component-Resolver/pkg-plist index 7dbd49504933..8a0ccf5669f3 100644 --- a/dns/p5-POE-Component-Resolver/pkg-plist +++ b/dns/p5-POE-Component-Resolver/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Resolver/.packlist %%SITE_PERL%%/POE/Component/Resolver/Sidecar.pm %%SITE_PERL%%/POE/Component/Resolver.pm +%%PERL5_MAN3%%/POE::Component::Resolver.3.gz +%%PERL5_MAN3%%/POE::Component::Resolver::Sidecar.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Resolver @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE diff --git a/lang/p5-Test-XPath/Makefile b/lang/p5-Test-XPath/Makefile index e667279f4a39..7b848ca9c5c2 100644 --- a/lang/p5-Test-XPath/Makefile +++ b/lang/p5-Test-XPath/Makefile @@ -18,14 +18,11 @@ RUN_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML USES= perl5 USE_PERL5= modbuild -MAN3= Test::XPath.3 - OPTIONS_DEFINE= CSS PODT CSS_DESC= Include CSS selectors PODT_DESC= Include Pod package test dependencies -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSS} diff --git a/lang/p5-Test-XPath/pkg-plist b/lang/p5-Test-XPath/pkg-plist index 55d7c98930c6..1905178f8963 100644 --- a/lang/p5-Test-XPath/pkg-plist +++ b/lang/p5-Test-XPath/pkg-plist @@ -1,2 +1,3 @@ %%SITE_PERL%%/Test/XPath.pm +%%PERL5_MAN3%%/Test::XPath.3.gz @dirrmtry %%SITE_PERL%%/Test diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 4b8a41c8d100..dde1746e698e 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -13,7 +13,4 @@ COMMENT= Make a hole to the original main compartment in the Safe compartment USES= perl5 USE_PERL5= modbuild -MAN3= Safe::Hole.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Safe-Hole/pkg-plist b/security/p5-Safe-Hole/pkg-plist index 8f1542f23eaa..ce36da188f30 100644 --- a/security/p5-Safe-Hole/pkg-plist +++ b/security/p5-Safe-Hole/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.bs %%SITE_PERL%%/%%PERL_ARCH%%/Safe/Hole.pm +%%PERL5_MAN3%%/Safe::Hole.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe |