aboutsummaryrefslogtreecommitdiff
path: root/x11/linux-XFree86-libs
diff options
context:
space:
mode:
Diffstat (limited to 'x11/linux-XFree86-libs')
-rw-r--r--x11/linux-XFree86-libs/Makefile2
-rw-r--r--x11/linux-XFree86-libs/files/pkg-install.in4
2 files changed, 1 insertions, 5 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile
index f9633844e267..27536f0db694 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= 1
+PORTREVISION= 2
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 1be02068a889..ad62ac87cbc9 100644
--- a/x11/linux-XFree86-libs/files/pkg-install.in
+++ b/x11/linux-XFree86-libs/files/pkg-install.in
@@ -4,9 +4,5 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PATH
if [ "$2" = "POST-INSTALL" ]; then
- rm -f %%LINUXBASE%%/etc/ld.so.cache
- ( find %%LINUXBASE%% -name lib -type d | sed -e 's:%%LINUXBASE%%::g'; \
- find %%PREFIX%% -name lib -type d | sed -e 's:%%PREFIX%%::g' ) \
- | sort -u >%%LINUXBASE%%/etc/ld.so.conf
chroot %%LINUXBASE%% /sbin/ldconfig
fi