diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
commit | 5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Text-Trac | |
parent | aa7203bfe36ea4c6977d938d04e68f98ab231647 (diff) | |
download | freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.gz freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.zst freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.zip |
Support STAGEDIR.
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/pkg-plist | 13 |
2 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index 36576666916c..8ef620726e8a 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -22,7 +22,4 @@ TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base USES= perl5 USE_PERL5= configure -MAN3= Text::Trac.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Trac/pkg-plist b/textproc/p5-Text-Trac/pkg-plist index fb644eb44f11..5243f6334107 100644 --- a/textproc/p5-Text-Trac/pkg-plist +++ b/textproc/p5-Text-Trac/pkg-plist @@ -1,4 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac/.packlist +%%PERL5_MAN3%%/Text::Trac.3.gz %%SITE_PERL%%/Text/Trac.pm %%SITE_PERL%%/Text/Trac/BlockNode.pm %%SITE_PERL%%/Text/Trac/Blockquote.pm @@ -27,9 +27,10 @@ %%SITE_PERL%%/Text/Trac/Table.pm %%SITE_PERL%%/Text/Trac/Text.pm %%SITE_PERL%%/Text/Trac/Ul.pm -@dirrm %%SITE_PERL%%/Text/Trac/LinkResolver -@dirrm %%SITE_PERL%%/Text/Trac/Macro -@dirrm %%SITE_PERL%%/Text/Trac -@dirrmtry %%SITE_PERL%%/Text -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Trac/Macro +@dirrmtry %%SITE_PERL%%/Text/Trac/LinkResolver +@dirrmtry %%SITE_PERL%%/Text/Trac +@dirrmtry %%SITE_PERL%%/Text |