diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 06:51:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 06:51:31 +0800 |
commit | 5ac1fc6e80dd51262a340832319441c77feb8380 (patch) | |
tree | b3a7bad4b62a5e3b5b823986b2c6910c62be494d /textproc | |
parent | bf0d5f2647866b083ce59621aeee63d63bfa6ea6 (diff) | |
download | freebsd-ports-gnome-5ac1fc6e80dd51262a340832319441c77feb8380.tar.gz freebsd-ports-gnome-5ac1fc6e80dd51262a340832319441c77feb8380.tar.zst freebsd-ports-gnome-5ac1fc6e80dd51262a340832319441c77feb8380.zip |
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'textproc')
-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 |