svn commit: r427158 - head/textproc/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 26 10:58:08 UTC 2016


Author: sunpoet
Date: Sat Nov 26 10:58:07 2016
New Revision: 427158
URL: https://svnweb.freebsd.org/changeset/ports/427158

Log:
  - Remove outdated post-configure:

Modified:
  head/textproc/hunspell/Makefile

Modified: head/textproc/hunspell/Makefile
==============================================================================
--- head/textproc/hunspell/Makefile	Sat Nov 26 10:36:59 2016	(r427157)
+++ head/textproc/hunspell/Makefile	Sat Nov 26 10:58:07 2016	(r427158)
@@ -29,7 +29,4 @@ PLIST_SUB=	SHLIB_VER=${PORTVERSION:R}
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
 
-post-configure:
-	@${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list