aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-01-25 18:57:36 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-01-25 18:57:36 +0000
commita8b9a73fd66533a9b224c521b17efcedcb70b071 (patch)
treee3c1f76a2e488234939cf2d2960d181b8b234a16 /x11
parent6e07269d0ee15b46d02a4c4ab50ad5d912150fd1 (diff)
downloadports-a8b9a73fd66533a9b224c521b17efcedcb70b071.tar.gz
ports-a8b9a73fd66533a9b224c521b17efcedcb70b071.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/linux-XFree86-libs/Makefile2
-rw-r--r--x11/linux-XFree86-libs/files/pkg-install.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile
index 8f2655c685d6..21ca8fe83cd9 100644
--- a/x11/linux-XFree86-libs/Makefile
+++ b/x11/linux-XFree86-libs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= XFree86-libs
PORTVERSION= 4.3.99.902
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11 linux
MASTER_SITES= ${MASTER_SITE_SUSE} \
ftp://ftp.in2p3.fr/pub/linux/suse/update/9.1/rpm/i586/ \
diff --git a/x11/linux-XFree86-libs/files/pkg-install.in b/x11/linux-XFree86-libs/files/pkg-install.in
index 8a60e558c3b8..2e61086d3007 100644
--- a/x11/linux-XFree86-libs/files/pkg-install.in
+++ b/x11/linux-XFree86-libs/files/pkg-install.in
@@ -6,7 +6,7 @@ export PATH
if [ "$2" = "POST-INSTALL" ]; then
grep -q /usr/X11R6/lib %%LINUXBASE%%/etc/ld.so.conf
if [ $? -eq 0 ]; then
- %%LINUXBASE%%/sbin/ldconfig
+ %%LINUXBASE%%/sbin/ldconfig -r %%LINUXBASE%%
else
echo '*************************'
echo 'WARNING: You do not have /usr/X11R6/lib in %%LINUXBASE%%/etc/ld.so.conf (probably because you do not use the default linux_base port and those non-default linux_base ports have a bug in this regard), please add it and run %%LINUXBASE%%/sbin/ldconfig as root to be able to use applications which make use of the linux X11 port.' | fmt