diff options
author | lesi <lesi@FreeBSD.org> | 2007-07-06 08:23:20 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-07-06 08:23:20 +0800 |
commit | 32845055cafb05c6d11023a716153a737b8673b5 (patch) | |
tree | 73f5d012577ad8b6751dc45a189e865c390650c9 /x11/xorg-libraries | |
parent | 65cb80b194bec7bdce7a3b61f2db511edc994ddc (diff) | |
download | freebsd-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-install | 2 |
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..." |