aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-15 22:56:48 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-15 22:56:48 +0000
commit55e3e0ef46ada40e8084899c55545e6469cc2eb6 (patch)
tree3f1383630a3a45e6564e59aa8f28735c919fa3d1 /sysutils/cfengine
parent46f870944adcfb457918a07e67c0f156cce60376 (diff)
downloadports-55e3e0ef46ada40e8084899c55545e6469cc2eb6.tar.gz
ports-55e3e0ef46ada40e8084899c55545e6469cc2eb6.zip
Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}.
Notes
Notes: svn path=/head/; revision=51608
Diffstat (limited to 'sysutils/cfengine')
-rw-r--r--sysutils/cfengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index 38c9eab80852..98853ac58638 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/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)