aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-29 12:42:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-29 12:42:31 +0000
commitb044a8117b0a41ba268675312e7b284cb5e68fa9 (patch)
treee67b7be694c561ac2b03a93e796491f1dd5772eb /emulators/virtualbox-ose-legacy
parenta639a6bbcd926f5e0e83435b1a1853cea16c16a8 (diff)
downloadports-b044a8117b0a41ba268675312e7b284cb5e68fa9.tar.gz
ports-b044a8117b0a41ba268675312e7b284cb5e68fa9.zip
- Correct the instructions for ldconfig rescan on amd64 systems
PR: ports/149286 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (vbox@; 4 months)
Notes
Notes: svn path=/head/; revision=265377
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index b34c825c28b3..e166a574695c 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -182,7 +182,7 @@ pre-everything::
.if ${ARCH} == "amd64"
.if !exists(/usr/lib32)
@${ECHO} 'Requires 32-bit libraries installed under /usr/lib32.'
- @${ECHO} 'Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32'
+ @${ECHO} 'Do: cd /usr/src; make build32 install32; /etc/rc.d/ldconfig restart'
@${FALSE}
.endif
.endif