diff options
author | tg <tg@FreeBSD.org> | 1997-04-23 14:58:03 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-04-23 14:58:03 +0800 |
commit | 4f51bfcb2c09cefdf036faf645b2e142985b2ca9 (patch) | |
tree | dcff628f11a2f5bb32a52454b2b6dbfc8c30046a /math/randlib/Makefile | |
parent | 8a994cd3524efab9b7a3b933aee73fd4d1105c20 (diff) | |
download | freebsd-ports-gnome-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.tar.gz freebsd-ports-gnome-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.tar.zst freebsd-ports-gnome-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.zip |
Use the C version, not Fortran. There are no functional differences.
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r-- | math/randlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 356be74ade63..3aa2e9e295d9 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -3,10 +3,10 @@ # Date created: 06 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $ # -DISTNAME= ranlib.f +DISTNAME= ranlib.c PKGNAME= ranlib-1.0 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/random/ @@ -24,5 +24,5 @@ post-install: @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib .endif @${LDCONFIG} -m ${PREFIX}/lib - + .include <bsd.port.mk> |