summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-27 16:29:45 +0000
committerjlam <jlam>2005-04-27 16:29:45 +0000
commit47212fc7ec51c6eaa421f24277933ee4c5ed0f31 (patch)
tree83454940fb194d0bb219146de60f98812c7a9c09 /mk
parent89b164becc9cf8e7da33bcf223a780fa34ffbbea (diff)
downloadpkgsrc-47212fc7ec51c6eaa421f24277933ee4c5ed0f31.tar.gz
cmp should be a symlink, not a wrapper.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 7ee2a04faf7..fc1cb1b0534 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.38 2005/04/27 16:28:19 jlam Exp $
+# $NetBSD: replace.mk,v 1.39 2005/04/27 16:29:45 jlam Exp $
#
# This Makefile fragment handles "replacements" of system-supplied
# tools with pkgsrc versions. The replacements are placed under
@@ -157,7 +157,7 @@ TOOLS_CMD.bison= ${TOOLS_DIR}/bin/yacc
MAKEFLAGS+= TOOLS_IGNORE.cmp=
. elif !empty(_TOOLS_USE_PKGSRC.cmp:M[yY][eE][sS])
${TOOLS_DEPENDS.cmp}+= diffutils>=2.8.1:../../devel/diffutils
-TOOLS_WRAP+= cmp
+TOOLS_SYMLINK+= cmp
TOOLS_REAL_CMD.cmp= ${LOCALBASE}/bin/cmp
. if exists(${TOOLS_REAL_CMD.cmp})
${_TOOLS_VARNAME.cmp}= ${TOOLS_REAL_CMD.cmp}