summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-03-24 18:14:16 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-03-24 18:14:16 +0000
commitba56b30731dff959413d404bdf0146c5dfec15e4 (patch)
treee488722ca4c8c0b869b177ed70892c18140fb518 /x11
parentActivate linux-locale (diff)
Ldconfig would fail unless PREFIX/lib/aout dir exists.
PR: ports/17574 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Notes
Notes: svn path=/head/; revision=27018
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-aoutlibs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile
index ff3e2b05721f..fc25d8e1d667 100644
--- a/x11/XFree86-aoutlibs/Makefile
+++ b/x11/XFree86-aoutlibs/Makefile
@@ -27,6 +27,7 @@ pre-configure:
${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
+ @${MKDIR} -p ${PREFIX}/lib/aout
cd ${WRKSRC}; \
for l in $$(ls lib*); do \
${SETENV} OBJFORMAT=${PORTOBJFORMAT} \