diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 22:54:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 22:54:00 +0000 |
commit | 5dea5a95f72341ef99cb5e571e72fa54f0366214 (patch) | |
tree | a093ecaad70c7a8da7f52c15e512e48740a13400 /archivers | |
parent | d22bd99aac649530e05654517d3988919acf63c3 (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=338681
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Peek/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Peek/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Peek/Makefile b/archivers/p5-Archive-Peek/Makefile index b451002a95ff..b418a8a5eb80 100644 --- a/archivers/p5-Archive-Peek/Makefile +++ b/archivers/p5-Archive-Peek/Makefile @@ -20,9 +20,6 @@ TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN3= Archive::Peek.3 regression-test: build cd ${WRKSRC}/ && ${MAKE} test diff --git a/archivers/p5-Archive-Peek/pkg-plist b/archivers/p5-Archive-Peek/pkg-plist index 3e36bab4b434..78d47b0430cc 100644 --- a/archivers/p5-Archive-Peek/pkg-plist +++ b/archivers/p5-Archive-Peek/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Archive/Peek/Tar.pm %%SITE_PERL%%/Archive/Peek.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Peek/.packlist +%%PERL5_MAN3%%/Archive::Peek.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Peek @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive @dirrmtry %%SITE_PERL%%/Archive/Peek |