1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Move ACLOCAL from post-patch to pre-configure, because on bento

BUILD_DEPENDS are installed after patch:
This commit is contained in:
Tilman Keskinoz 2004-05-17 08:12:34 +00:00
parent 797b1f8583
commit 283051c63a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109323

View File

@ -31,6 +31,8 @@ INFO= NewsCache
post-patch:
${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in
pre-configure:
cd ${WRKSRC}; ${ACLOCAL}
.include <bsd.port.mk>