aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-01-20 15:40:43 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-01-20 15:40:43 +0000
commit533b15786a2864b8769bbd4998aaefed6881563b (patch)
tree7470639aaf277fb33f04411524fda4a4395f7eaf /x11
parent772b52374014e6837ad1db3ef347f832504acbb0 (diff)
downloadports-533b15786a2864b8769bbd4998aaefed6881563b.tar.gz
ports-533b15786a2864b8769bbd4998aaefed6881563b.zip
Notes
Diffstat (limited to 'x11')
-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