Date: Sat, 26 Nov 2016 10:58:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427158 - head/textproc/hunspell Message-ID: <201611261058.uAQAw73h055399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611261058.uAQAw73h055399>