summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-10-06 14:51:36 +0000
committerjoerg <joerg@pkgsrc.org>2006-10-06 14:51:36 +0000
commit1a3ea34a13e5b6896544f34d3e550540f5936363 (patch)
treeb9e92b0fe1a9e97f11645f03e4927a160d137d2b /mk/bsd.prefs.mk
parent5e7860979693250028b40d1e3ec3e4aa5e6f85dc (diff)
downloadpkgsrc-1a3ea34a13e5b6896544f34d3e550540f5936363.tar.gz
Remove references to DESTDIR. LOCALBASE should not be altered that way,
since it is user settable and most of the time set by the user. X11BASE follows the same reasons. For staged installations, we don't want to register the package directly, so there's no need to prefix PKG_DBDIR either.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index b6f8c9d22ba..6a90a65c8d9 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.237 2006/09/27 15:18:15 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.238 2006/10/06 14:51:36 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -360,16 +360,16 @@ USE_INET6= YES
USE_INET6= NO
.endif
-LOCALBASE?= ${DESTDIR}/usr/pkg
+LOCALBASE?= /usr/pkg
X11_TYPE?= native
.if !empty(X11_TYPE:Mnative)
. if ${OPSYS} == "SunOS"
# On Solaris, we default to using OpenWindows for X11.
-X11BASE?= ${DESTDIR}/usr/openwin
+X11BASE?= /usr/openwin
. elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1"
-X11BASE?= ${DESTDIR}/usr
+X11BASE?= /usr
. else
-X11BASE?= ${DESTDIR}/usr/X11R6
+X11BASE?= /usr/X11R6
. endif
.endif
CROSSBASE?= ${LOCALBASE}/cross