aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-03-25 02:14:16 +0800
committersada <sada@FreeBSD.org>2000-03-25 02:14:16 +0800
commitec0cc3e015275152b8d78101b6d8fabd484cf7ab (patch)
tree766dd72bb186420ed290dd82f477ea3cbcc6dadc /x11
parented07591553a4d0e57f1fdef1b67b799a87750872 (diff)
downloadfreebsd-ports-gnome-ec0cc3e015275152b8d78101b6d8fabd484cf7ab.tar.gz
freebsd-ports-gnome-ec0cc3e015275152b8d78101b6d8fabd484cf7ab.tar.zst
freebsd-ports-gnome-ec0cc3e015275152b8d78101b6d8fabd484cf7ab.zip
Ldconfig would fail unless PREFIX/lib/aout dir exists.
PR: ports/17574 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
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} \