summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy
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/cfengine3-legacy
parentChase package rename: vnc-tight -> tightvnc in share/ (fix package (diff)
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/cfengine3-legacy')
-rw-r--r--sysutils/cfengine3-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index 38c9eab80852..98853ac58638 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/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)