aboutsummaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
parent772b52374014e6837ad1db3ef347f832504acbb0 (diff)
downloadports-533b15786a2864b8769bbd4998aaefed6881563b.tar.gz
ports-533b15786a2864b8769bbd4998aaefed6881563b.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-8/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 9929f41b49b7..f5b2db6a8f64 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -8,7 +8,7 @@
PORTNAME= linux_base-8
PORTVERSION= 8.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators linux
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \
${MASTER_SITE_REDHAT_LINUX:S/$/:new/} \
@@ -134,6 +134,10 @@ pre-install:
${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${WRKSRC}/etc
${TOUCH} ${WRKSRC}/etc/mtab
#
+# Create a good ld.so.conf
+#
+ ${ECHO_CMD} -e '/lib\n/usr/lib\n/usr/X11R6/lib' > ${WRKSRC}/etc/ld.so.conf
+#
# Finish
#
@for D in ${REMOVE_DIRS}; do \
@@ -154,6 +158,7 @@ pre-install:
do-install:
cd ${WRKSRC} && ${FIND} * | ${CPIO} -dmp ${PREFIX}
${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \;
+ ${PREFIX}/sbin/ldconfig
post-install:
@${ECHO} ''