aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-26 18:58:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-26 18:58:07 +0800
commit7f064448559b47ff76a66910296a77f6f49209e2 (patch)
tree2a6d3125e5dc4c3fe61dd179e957a2510acc156d
parent68205c8973a5f34ce3edf9558e5ee1fc2c88f411 (diff)
downloadfreebsd-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/Makefile3
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>