summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/make.defaults8
1 files changed, 0 insertions, 8 deletions
diff --git a/profiles/default/make.defaults b/profiles/default/make.defaults
index 9db74c6959f1..56f4e7792145 100644
--- a/profiles/default/make.defaults
+++ b/profiles/default/make.defaults
@@ -1,10 +1,6 @@
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
-ROOT="/"
-
-MAINTAINER="yes"
-
#proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
#PROXY=freebox.gentoo.org:3128
#HTTP_PROXY=
@@ -45,8 +41,4 @@ CFLAGS="-O2 -mpentium"
# C++ Compiler flags
CXXFLAGS=${CFLAGS}
-#Debug build -- if defined, binaries won't be stripped
#DEBUG=true
-
-#Package Mode - tbz2 or tgz (what binary package mode)
-PACKAGE=tbz2