aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xorg-libraries
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2007-07-06 08:23:20 +0800
committerlesi <lesi@FreeBSD.org>2007-07-06 08:23:20 +0800
commit32845055cafb05c6d11023a716153a737b8673b5 (patch)
tree73f5d012577ad8b6751dc45a189e865c390650c9 /x11/xorg-libraries
parent65cb80b194bec7bdce7a3b61f2db511edc994ddc (diff)
downloadfreebsd-ports-gnome-32845055cafb05c6d11023a716153a737b8673b5.tar.gz
freebsd-ports-gnome-32845055cafb05c6d11023a716153a737b8673b5.tar.zst
freebsd-ports-gnome-32845055cafb05c6d11023a716153a737b8673b5.zip
Let LOCALBASE be overriden. /usr/X11R6 should be hardcoded here though.
Pointed out by: sat Pointy hat to: lesi
Diffstat (limited to 'x11/xorg-libraries')
-rw-r--r--x11/xorg-libraries/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-libraries/pkg-install b/x11/xorg-libraries/pkg-install
index a20a8f28af05..55c5c1550609 100644
--- a/x11/xorg-libraries/pkg-install
+++ b/x11/xorg-libraries/pkg-install
@@ -5,7 +5,7 @@ if [ "$2" != "POST-INSTALL" ]; then
fi
X11BASE=/usr/X11R6
-LOCALBASE=/usr/local
+LOCALBASE=${LOCALBASE:-/usr/local}
if [ ${X11BASE} -ef ${LOCALBASE} ]; then
echo "Spamming files in /etc..."