aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-05-17 08:12:34 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-05-17 08:12:34 +0000
commit283051c63ab46ff5f75711601bffdb8f72e0eebe (patch)
tree3353663b38d535844095eb6260e7be2788134720 /news
parent797b1f85839da0229289369c92fc83cbb7fce3c5 (diff)
downloadports-283051c63ab46ff5f75711601bffdb8f72e0eebe.tar.gz
ports-283051c63ab46ff5f75711601bffdb8f72e0eebe.zip
Move ACLOCAL from post-patch to pre-configure, because on bento
BUILD_DEPENDS are installed after patch:
Notes
Notes: svn path=/head/; revision=109323
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index ffef10ece0e3..f173cd79a280 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -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>