diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-27 22:51:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-27 22:51:31 +0000 |
commit | 5531c299c6538052237fb1b1944b2e3256dc056a (patch) | |
tree | b3a7bad4b62a5e3b5b823986b2c6910c62be494d /textproc/p5-podlators | |
parent | 695a65fcef5c747c77540ce291dd77e71b5253aa (diff) | |
download | ports-5531c299c6538052237fb1b1944b2e3256dc056a.tar.gz ports-5531c299c6538052237fb1b1944b2e3256dc056a.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-podlators/pkg-plist | 1 |
2 files changed, 1 insertions, 14 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 607e5b6238ea..e38a7e6bb1f1 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -17,19 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -PLIST_SUB+= PERL5_12="" -.else -PLIST_SUB+= PERL5_12="@comment " -.endif - post-patch: -.if ${PERL_LEVEL} < 501400 - @${REINPLACE_CMD} -e '/pod2text/d; s/man1pod.*pod2man.*//' ${WRKSRC}/Makefile.PL -.else @${REINPLACE_CMD} -e "/man1pod (/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-podlators/pkg-plist b/textproc/p5-podlators/pkg-plist index 5a6416e83eae..82c993ffffee 100644 --- a/textproc/p5-podlators/pkg-plist +++ b/textproc/p5-podlators/pkg-plist @@ -1,4 +1,3 @@ -%%PERL5_12%%man/man1/perlpodstyle.1.gz %%PERL5_MAN3%%/Pod::Man.3.gz %%PERL5_MAN3%%/Pod::ParseLink.3.gz %%PERL5_MAN3%%/Pod::Text.3.gz |