diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Pod-Autopod | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Pod-Autopod')
-rw-r--r-- | textproc/p5-Pod-Autopod/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Autopod/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-Pod-Autopod/Makefile b/textproc/p5-Pod-Autopod/Makefile index e9ea51207916..fba34f2946ad 100644 --- a/textproc/p5-Pod-Autopod/Makefile +++ b/textproc/p5-Pod-Autopod/Makefile @@ -19,8 +19,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 USE_PERL5= configure -MAN1= autopod.1 -MAN3= Pod::Autopod.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Pod-Autopod/pkg-plist b/textproc/p5-Pod-Autopod/pkg-plist index fb77936524f9..5c32a37417d9 100644 --- a/textproc/p5-Pod-Autopod/pkg-plist +++ b/textproc/p5-Pod-Autopod/pkg-plist @@ -1,6 +1,8 @@ bin/autopod +%%PERL5_MAN3%%/Pod::Autopod.3.gz %%SITE_PERL%%/Pod/Autopod.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Autopod/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Autopod +man/man1/autopod.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Autopod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod @dirrmtry %%SITE_PERL%%/Pod |