diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 16:35:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 16:35:27 +0800 |
commit | 24f7617f0abad794fe839d94e92340b918cf5ffa (patch) | |
tree | 76736357a5380da5fa095097e121b95e4e731d23 | |
parent | ae86ce2a784749b8db4ad9bc3006be2873cc3118 (diff) | |
download | freebsd-ports-gnome-24f7617f0abad794fe839d94e92340b918cf5ffa.tar.gz freebsd-ports-gnome-24f7617f0abad794fe839d94e92340b918cf5ffa.tar.zst freebsd-ports-gnome-24f7617f0abad794fe839d94e92340b918cf5ffa.zip |
Support staging.
-rw-r--r-- | devel/p5-TAP-Formatter-JUnit/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-TAP-Formatter-JUnit/pkg-plist | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-TAP-Formatter-JUnit/Makefile b/devel/p5-TAP-Formatter-JUnit/Makefile index 607015c7faa6..c2201c390e27 100644 --- a/devel/p5-TAP-Formatter-JUnit/Makefile +++ b/devel/p5-TAP-Formatter-JUnit/Makefile @@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ USES= perl5 USE_PERL5= modbuild -MAN1= tap2junit.1 -MAN3= TAP::Formatter::JUnit.3 \ - TAP::Formatter::JUnit::Result.3 \ - TAP::Formatter::JUnit::Session.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-TAP-Formatter-JUnit/pkg-plist b/devel/p5-TAP-Formatter-JUnit/pkg-plist index ecab594d8768..3276f6c57fa1 100644 --- a/devel/p5-TAP-Formatter-JUnit/pkg-plist +++ b/devel/p5-TAP-Formatter-JUnit/pkg-plist @@ -1,7 +1,11 @@ bin/tap2junit +man/man1/tap2junit.1.gz %%SITE_PERL%%/TAP/Formatter/JUnit.pm %%SITE_PERL%%/TAP/Formatter/JUnit/Result.pm %%SITE_PERL%%/TAP/Formatter/JUnit/Session.pm +%%PERL5_MAN3%%/TAP::Formatter::JUnit.3.gz +%%PERL5_MAN3%%/TAP::Formatter::JUnit::Result.3.gz +%%PERL5_MAN3%%/TAP::Formatter::JUnit::Session.3.gz @dirrm %%SITE_PERL%%/TAP/Formatter/JUnit @dirrmtry %%SITE_PERL%%/TAP/Formatter @dirrmtry %%SITE_PERL%%/TAP |