summaryrefslogtreecommitdiff
path: root/mk/tools/automake.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-26 15:32:05 +0000
committerjlam <jlam>2005-04-26 15:32:05 +0000
commit0ea49563f98fc75e504913e94160f1f7649f21bd (patch)
treeae53e230d596f98d6294b852aaa347a6c246ed3a /mk/tools/automake.mk
parent357d1d5c8598f7fe2f2540108a56e4234d2b8243 (diff)
downloadpkgsrc-0ea49563f98fc75e504913e94160f1f7649f21bd.tar.gz
As of bsd.tool.mk:1.6, TOOLS_CMD.<tool> defaults to
${TOOLS_DIR}/bin/<tool>, so remove redundant settings.
Diffstat (limited to 'mk/tools/automake.mk')
-rw-r--r--mk/tools/automake.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index b32e7387a00..2fee99c1959 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.2 2005/04/15 05:30:48 jlam Exp $
+# $NetBSD: automake.mk,v 1.3 2005/04/26 15:32:05 jlam Exp $
#
# This Makefile fragment handles packages that use GNU automake.
#
@@ -77,11 +77,9 @@ USE_TOOLS+= autoconf
AUTOCONF_REQD?= 2.58
_TOOLS_AUTOMAKE_LINKS+= aclocal
-TOOLS_CMD.aclocal= ${TOOLS_DIR}/bin/aclocal
TOOLS_REAL_CMD.aclocal= ${LOCALBASE}/bin/aclocal
_TOOLS_AUTOMAKE_LINKS+= automake
-TOOLS_CMD.automake= ${TOOLS_DIR}/bin/automake
TOOLS_REAL_CMD.automake= ${LOCALBASE}/bin/automake
# Continue to define the following variables until packages have been
@@ -102,11 +100,9 @@ USE_TOOLS+= autoconf213
AUTOCONF_REQD?= 2.13
_TOOLS_AUTOMAKE_LINKS+= aclocal
-TOOLS_CMD.aclocal= ${TOOLS_DIR}/bin/aclocal
TOOLS_REAL_CMD.aclocal= ${LOCALBASE}/bin/aclocal-1.4
_TOOLS_AUTOMAKE_LINKS+= automake
-TOOLS_CMD.automake= ${TOOLS_DIR}/bin/automake
TOOLS_REAL_CMD.automake= ${LOCALBASE}/bin/automake-1.4
# Continue to define the following variables until packages have been