aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-12-16 06:56:48 +0800
committersteve <steve@FreeBSD.org>2001-12-16 06:56:48 +0800
commit3ceca7b5013ee22461ad9e8af822d37a40f78626 (patch)
treecd0e09bc8aab4f69ade3cf2dad642cd1635852ca /sysutils
parentfbf996214bd4e341831ffa1264468d8fb3e46444 (diff)
downloadfreebsd-ports-gnome-3ceca7b5013ee22461ad9e8af822d37a40f78626.tar.gz
freebsd-ports-gnome-3ceca7b5013ee22461ad9e8af822d37a40f78626.tar.zst
freebsd-ports-gnome-3ceca7b5013ee22461ad9e8af822d37a40f78626.zip
Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine/Makefile2
-rw-r--r--sysutils/cfengine2/Makefile2
-rw-r--r--sysutils/cfengine3-legacy/Makefile2
-rw-r--r--sysutils/cfengine3/Makefile2
4 files changed, 4 insertions, 4 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)
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)
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)
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index 38c9eab80852..98853ac58638 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/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)