summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.mk
diff options
context:
space:
mode:
authorheinz <heinz>2004-04-13 22:04:15 +0000
committerheinz <heinz>2004-04-13 22:04:15 +0000
commit00af928a123cbe35524a436f5bd017ea90855105 (patch)
tree39130d62836cec24a2bd5b6aa530a61459648c3e /mk/defs.Linux.mk
parentb16e34ba09906a9a1742104e59b375aa1a7242b2 (diff)
downloadpkgsrc-00af928a123cbe35524a436f5bd017ea90855105.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