diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-23 06:58:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-23 06:58:03 +0000 |
commit | aad38b55a354ee361b33d17a26f7fc3fe011be73 (patch) | |
tree | 28f92f78985b34a460ca0bc93c17edca0aca642b /math/librandlib/Makefile | |
parent | cb3076d716278aba2a74f762d189478db0e04385 (diff) | |
download | ports-aad38b55a354ee361b33d17a26f7fc3fe011be73.tar.gz ports-aad38b55a354ee361b33d17a26f7fc3fe011be73.zip |
Notes
Diffstat (limited to 'math/librandlib/Makefile')
-rw-r--r-- | math/librandlib/Makefile | 6 |
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> |