summaryrefslogtreecommitdiff
path: root/math/librandlib/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-23 06:58:03 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-23 06:58:03 +0000
commitaad38b55a354ee361b33d17a26f7fc3fe011be73 (patch)
tree28f92f78985b34a460ca0bc93c17edca0aca642b /math/librandlib/Makefile
parentUpgrade to 2.3 (diff)
Use the C version, not Fortran. There are no functional differences.
Notes
Notes: svn path=/head/; revision=6273
Diffstat (limited to 'math/librandlib/Makefile')
-rw-r--r--math/librandlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile
index 356be74ade63..3aa2e9e295d9 100644
--- a/math/librandlib/Makefile
+++ b/math/librandlib/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>