pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools The gzip utilities aren't ever prefixed with ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d0a32c22030
branches: trunk
changeset: 493077:1d0a32c22030
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Apr 26 21:57:44 2005 +0000
description:
The gzip utilities aren't ever prefixed with ${GNU_PROGRAM_PREFIX}...
they're just "gzip", "gunzip" and "gzcat".
diffstat:
mk/tools/replace.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 5b084cdc2bcd -r 1d0a32c22030 mk/tools/replace.mk
--- a/mk/tools/replace.mk Tue Apr 26 21:56:13 2005 +0000
+++ b/mk/tools/replace.mk Tue Apr 26 21:57:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.22 2005/04/26 21:56:13 jlam Exp $
+# $NetBSD: replace.mk,v 1.23 2005/04/26 21:57:44 jlam Exp $
#
# This Makefile fragment handles "replacements" of system-supplied
# tools with pkgsrc versions. The replacements are placed under
@@ -288,9 +288,9 @@
!empty(_TOOLS_USE_PKGSRC.gzip:M[yY][eE][sS])
${TOOLS_DEPENDS.gzip}+= gzip-base>=1.2.4b:../../archivers/gzip-base
TOOLS_SYMLINK+= gunzip gzcat gzip
-TOOLS_REAL_CMD.gunzip= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}gunzip
-TOOLS_REAL_CMD.gzcat= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}gzcat
-TOOLS_REAL_CMD.gzip= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}gzip
+TOOLS_REAL_CMD.gunzip= ${LOCALBASE}/bin/gunzip
+TOOLS_REAL_CMD.gzcat= ${LOCALBASE}/bin/gzcat
+TOOLS_REAL_CMD.gzip= ${LOCALBASE}/bin/gzip
. if exists(${TOOLS_REAL_CMD.gunzip})
${_TOOLS_VARNAME.gunzip}= ${TOOLS_REAL_CMD.gunzip}
. endif
Home |
Main Index |
Thread Index |
Old Index