diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 14:19:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 14:19:38 +0800 |
commit | cb1380cb110f1ddf6403cddb164c00ebbab7ee35 (patch) | |
tree | 4b0474937fa594fa816814eef9aaa9db0d84e20d /www/p5-Apache-Profiler | |
parent | fc3d09c7ac9e480332f8f0508583c281b27da246 (diff) | |
download | freebsd-ports-gnome-cb1380cb110f1ddf6403cddb164c00ebbab7ee35.tar.gz freebsd-ports-gnome-cb1380cb110f1ddf6403cddb164c00ebbab7ee35.tar.zst freebsd-ports-gnome-cb1380cb110f1ddf6403cddb164c00ebbab7ee35.zip |
Support STAGEDIR.
Diffstat (limited to 'www/p5-Apache-Profiler')
-rw-r--r-- | www/p5-Apache-Profiler/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Profiler/pkg-plist | 12 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/p5-Apache-Profiler/Makefile b/www/p5-Apache-Profiler/Makefile index 86e275db7057..7e55c9cf50d5 100644 --- a/www/p5-Apache-Profiler/Makefile +++ b/www/p5-Apache-Profiler/Makefile @@ -11,12 +11,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Profiles time seconds needed for every request BUILD_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 -RUN_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Apache::Profiler.3 Apache2::Profiler.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Apache-Profiler/pkg-plist b/www/p5-Apache-Profiler/pkg-plist index c8d2278ed25a..5d1700c9adb0 100644 --- a/www/p5-Apache-Profiler/pkg-plist +++ b/www/p5-Apache-Profiler/pkg-plist @@ -1,7 +1,9 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler/.packlist +%%PERL5_MAN3%%/Apache2::Profiler.3.gz +%%PERL5_MAN3%%/Apache::Profiler.3.gz %%SITE_PERL%%/Apache/Profiler.pm %%SITE_PERL%%/Apache2/Profiler.pm -@dirrm %%SITE_PERL%%/Apache2 -@dirrm %%SITE_PERL%%/Apache -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache +@dirrmtry %%SITE_PERL%%/Apache2 +@dirrmtry %%SITE_PERL%%/Apache |