1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Remove outdated post-configure:

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-11-26 10:58:07 +00:00
parent 06c4a80b54
commit 16da223822
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427158

View File

@ -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>