From 55e3e0ef46ada40e8084899c55545e6469cc2eb6 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 15 Dec 2001 22:56:48 +0000 Subject: Fix for new world order of automake and friends but using ${ACLOCAL} and ${AUTOHEADER}. --- sysutils/cfengine2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/cfengine2') diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 38c9eab80852..98853ac58638 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -26,7 +26,7 @@ USE_AUTOMAKE= yes MAN8= cfengine.8 pre-configure: - @cd ${WRKSRC} && aclocal && autoheader + @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} post-install: .if defined(NOPORTDOCS) -- cgit v1.2.3