summaryrefslogtreecommitdiff
path: root/mk/package/bsd.package.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2006-10-09 11:44:06 +0000
committerjoerg <joerg>2006-10-09 11:44:06 +0000
commit4ef3c68d896ba83d8217ee8adc6f0361ccef7d60 (patch)
tree81c92137461e47b6011bb2bbce71f9efb874c327 /mk/package/bsd.package.mk
parent9a88d6b67e927b3e662334767ce89b9a98edfedd (diff)
downloadpkgsrc-4ef3c68d896ba83d8217ee8adc6f0361ccef7d60.tar.gz
Add two variables to control whether make package and make clean
are run with elevated privileges. Remove MAKE_PACKAGE_AS_ROOT for now, since it is not sure whether the functionality in the current form will stay and developers should spend time on the destdir support instead.
Diffstat (limited to 'mk/package/bsd.package.mk')
-rw-r--r--mk/package/bsd.package.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/mk/package/bsd.package.mk b/mk/package/bsd.package.mk
index 91f4d112675..4cf693056ca 100644
--- a/mk/package/bsd.package.mk
+++ b/mk/package/bsd.package.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.package.mk,v 1.8 2006/10/08 20:31:38 rillig Exp $
+# $NetBSD: bsd.package.mk,v 1.9 2006/10/09 11:44:07 joerg Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to binary packages.
@@ -6,20 +6,6 @@
# The following are the "public" targets provided by this module:
#
# package, repackage
-#
-# The following variables may be set by the package:
-#
-# MAKE_PACKAGE_AS_ROOT: YesNo
-# When this variable is set to "no", the package is created by
-# the user that also built the package. Since most packages don't
-# need root privileges to create the package, the default value
-# is "no". Packages that install unreadable files (for example
-# with mode 4111) need to set this variable to "yes".
-#
-# Default value: "yes", but this will change to "no" after most
-# packages that really need this option have been identified.
-
-MAKE_PACKAGE_AS_ROOT?= yes
_COOKIE.package= ${WRKDIR}/.package_done