diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-26 18:58:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-26 18:58:07 +0800 |
commit | 7f064448559b47ff76a66910296a77f6f49209e2 (patch) | |
tree | 2a6d3125e5dc4c3fe61dd179e957a2510acc156d | |
parent | 68205c8973a5f34ce3edf9558e5ee1fc2c88f411 (diff) | |
download | freebsd-ports-graphics-7f064448559b47ff76a66910296a77f6f49209e2.tar.gz freebsd-ports-graphics-7f064448559b47ff76a66910296a77f6f49209e2.tar.zst freebsd-ports-graphics-7f064448559b47ff76a66910296a77f6f49209e2.zip |
- Remove outdated post-configure:
-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 c3b5afcc1d1..4028bbb4575 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> |