svn commit: r462819 - head/databases/p5-Class-DBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 24 14:02:00 UTC 2018


Author: sunpoet
Date: Sat Feb 24 14:02:00 2018
New Revision: 462819
URL: https://svnweb.freebsd.org/changeset/ports/462819

Log:
  Remove outdated post-configure:

Modified:
  head/databases/p5-Class-DBI/Makefile

Modified: head/databases/p5-Class-DBI/Makefile
==============================================================================
--- head/databases/p5-Class-DBI/Makefile	Sat Feb 24 13:41:44 2018	(r462818)
+++ head/databases/p5-Class-DBI/Makefile	Sat Feb 24 14:02:00 2018	(r462819)
@@ -24,8 +24,4 @@ TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
 USES=		perl5
 USE_PERL5=	configure
 
-post-configure:
-# dirty hack to deceive irritable pod2man
-	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list