svn commit: r462827 - head/textproc/p5-XML-STX

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


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

Log:
  Remove outdated post-configure:

Modified:
  head/textproc/p5-XML-STX/Makefile

Modified: head/textproc/p5-XML-STX/Makefile
==============================================================================
--- head/textproc/p5-XML-STX/Makefile	Sat Feb 24 14:02:35 2018	(r462826)
+++ head/textproc/p5-XML-STX/Makefile	Sat Feb 24 14:02:39 2018	(r462827)
@@ -30,9 +30,6 @@ post-extract:
 post-patch:
 	@${PERL} -pi -e 's!(?=stx\w+\.pl)!scripts/!g' ${WRKSRC}/Makefile.PL
 
-post-configure:
-	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list