diff options
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> |