summaryrefslogtreecommitdiffstats
path: root/math/randlib
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-10-26 07:45:01 +0000
committerasami <asami@FreeBSD.org>1998-10-26 07:45:01 +0000
commit7161a558980263ae33d0b0ab30b9259920fd9376 (patch)
treea87bcd709cff3d1d093591e0966b840598b01cc0 /math/randlib
parent34a8ba2ad0defb4a7661aaed341f2c692501a62d (diff)
downloadFreeBSD-ports-7161a558980263ae33d0b0ab30b9259920fd9376.zip
FreeBSD-ports-7161a558980263ae33d0b0ab30b9259920fd9376.tar.gz
Make .so link in a.out case.
Diffstat (limited to 'math/randlib')
-rw-r--r--math/randlib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index 3aa2e9e..7f89910 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -3,7 +3,7 @@
# Date created: 06 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $
+# $Id: Makefile,v 1.2 1997/04/23 06:57:54 tg Exp $
#
DISTNAME= ranlib.c
@@ -23,6 +23,9 @@ post-install:
@${MKDIR} ${PREFIX}/share/doc/ranlib
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
.endif
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so; \
+ fi
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud