diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-26 10:58:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-26 10:58:07 +0000 |
commit | 16da2238226fcbdd82aebd4688376d34145c9284 (patch) | |
tree | 2a6d3125e5dc4c3fe61dd179e957a2510acc156d /textproc | |
parent | 06c4a80b54dcb87335a0c53736c5557facd647b8 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index c3b5afcc1d1e..4028bbb4575d 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -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> |