summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2001-10-01 04:16:43 +0000
committertv <tv>2001-10-01 04:16:43 +0000
commit0adf097660fdea67a2adbcb4a0d96ccb87da6533 (patch)
treed2af844ea41f6901e4f6e4a705e4dab7a3201587
parent66df09e325fc4d46a24ac6e27f329034e475fee4 (diff)
downloadpkgsrc-0adf097660fdea67a2adbcb4a0d96ccb87da6533.tar.gz
Don't set SU_CMD twice (the setting here was wrong anyway). The default
may need to be platform-dependent, so let bsd.pkg.mk (not .defaults.mk set the default.
-rw-r--r--mk/bsd.pkg.defaults.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 988c773096c..59069fdde69 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.4 2001/09/26 18:48:53 tron Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.5 2001/10/01 04:16:43 tv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -300,11 +300,11 @@ PATCH_FUZZ_FACTOR?= -F0
# Possible: any shell commands
# Default: none
-SU_CMD?=${SU} - root -c
+#SU_CMD=
# Command to perform before "make install", if the user does not have
# an effective uid of 0. A possible substitute is "sudo -u root"
# Possible: su, sudo, or priv, with appropriate arguments
-# Default: ${SU} - root -c
+# Default: ${SU} root -c
FATAL_OBJECT_FMT_SKEW?=yes
# If there is a pre-requisite package, which has a different object format