diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index 58ab56bb42af..0754ad1c1a09 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86-libs PORTVERSION= 4.3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= updates/9/en/os/i386 @@ -36,4 +36,10 @@ pre-install: ${ECHO_CMD} @dirrm ${ii} >> ${PLIST} .endfor +post-install: + ${RM} -f ${LINUXBASE}/etc/ld.so.cache + ${FIND} ${LINUXBASE} -name lib -type d | ${SED} 's:${LINUXBASE}::g' \ + > ${LINUXBASE}/etc/ld.so.conf + chroot ${LINUXBASE} sbin/ldconfig + .include "../../x11-toolkits/linux-gtk/Makefile" |