summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.mk
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-04-13 22:04:15 +0000
committerheinz <heinz@pkgsrc.org>2004-04-13 22:04:15 +0000
commit2c29b0548dbaa32b6e119571cfeb05c623bd4b5d (patch)
tree39130d62836cec24a2bd5b6aa530a61459648c3e /mk/defs.Linux.mk
parent871ce6b998274044c8e2e1029da0bc537e39f41d (diff)
downloadpkgsrc-2c29b0548dbaa32b6e119571cfeb05c623bd4b5d.tar.gz
Remove redundant assignments of PKG_TOOLS_BIN. PKG_TOOLS_BIN is
${LOCALBASE}/sbin on Linux, Darwin and IRIX.
Diffstat (limited to 'mk/defs.Linux.mk')
-rw-r--r--mk/defs.Linux.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk
index fb3d6ed5e34..d1a3da1bd21 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.67 2004/04/07 14:26:51 tv Exp $
+# $NetBSD: defs.Linux.mk,v 1.68 2004/04/13 22:04:15 heinz Exp $
#
# Variable definitions for the Linux operating system.
@@ -194,7 +194,3 @@ _STRIPFLAG_INSTALL?= -s # install(1) option to strip
.endif
LOCALBASE?= ${DESTDIR}/usr/pkg
-.if exists(${LOCALBASE}/sbin/pkg_info)
-PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
-.endif
-PKG_TOOLS_BIN?= ${LOCALBASE}/bin