diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-06 00:23:20 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-06 00:23:20 +0000 |
commit | 37e39e4b473335c5337eb5e754a905e68a5f4a78 (patch) | |
tree | 73fc28c78adee59dbbffd7e68c001af984e5be46 /x11 | |
parent | 1fa9e4844d9e25cb2ebafb1d1ead6c66d03d0e1a (diff) | |
download | ports-37e39e4b473335c5337eb5e754a905e68a5f4a78.tar.gz ports-37e39e4b473335c5337eb5e754a905e68a5f4a78.zip |
Notes
Diffstat (limited to 'x11')
-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..." |