summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2001-10-01 04:16:43 +0000
committertv <tv@pkgsrc.org>2001-10-01 04:16:43 +0000
commitbb231171aab6f3a83c3942a4fc5436ebc74659b2 (patch)
treed2af844ea41f6901e4f6e4a705e4dab7a3201587 /mk
parenta6e91a2b32fe1507da422b3aa93afb457e2740c2 (diff)
downloadpkgsrc-bb231171aab6f3a83c3942a4fc5436ebc74659b2.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.
Diffstat (limited to 'mk')
-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