diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 07:45:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 07:45:01 +0000 |
commit | c43f3d16a759080f0233794c4eb032479add7f12 (patch) | |
tree | d9ffce783535fed010111127e465e4dd45eec9cb /math/randlib | |
parent | 5fba2acd25b5d34d031eead3d04ad280511908e1 (diff) | |
download | ports-c43f3d16a759080f0233794c4eb032479add7f12.tar.gz ports-c43f3d16a759080f0233794c4eb032479add7f12.zip |
Notes
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 3aa2e9e295d9..7f899107d9ed 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> |