svn commit: r346400 - head/textproc/p5-podlators

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 22:51:32 UTC 2014


Author: sunpoet
Date: Thu Feb 27 22:51:31 2014
New Revision: 346400
URL: http://svnweb.freebsd.org/changeset/ports/346400
QAT: https://qat.redports.org/buildarchive/r346400/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/textproc/p5-podlators/Makefile
  head/textproc/p5-podlators/pkg-plist

Modified: head/textproc/p5-podlators/Makefile
==============================================================================
--- head/textproc/p5-podlators/Makefile	Thu Feb 27 22:50:58 2014	(r346399)
+++ head/textproc/p5-podlators/Makefile	Thu Feb 27 22:51:31 2014	(r346400)
@@ -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>

Modified: head/textproc/p5-podlators/pkg-plist
==============================================================================
--- head/textproc/p5-podlators/pkg-plist	Thu Feb 27 22:50:58 2014	(r346399)
+++ head/textproc/p5-podlators/pkg-plist	Thu Feb 27 22:51:31 2014	(r346400)
@@ -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


More information about the svn-ports-all mailing list