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/randlib | |
parent | cb3076d716278aba2a74f762d189478db0e04385 (diff) | |
download | ports-aad38b55a354ee361b33d17a26f7fc3fe011be73.tar.gz ports-aad38b55a354ee361b33d17a26f7fc3fe011be73.zip |
Notes
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 6 | ||||
-rw-r--r-- | math/randlib/distinfo | 2 | ||||
-rw-r--r-- | math/randlib/files/Makefile.lib | 8 | ||||
-rw-r--r-- | math/randlib/pkg-plist | 6 |
4 files changed, 8 insertions, 14 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> diff --git a/math/randlib/distinfo b/math/randlib/distinfo index b375c5c594a4..71adce998cb1 100644 --- a/math/randlib/distinfo +++ b/math/randlib/distinfo @@ -1 +1 @@ -MD5 (ranlib.f.tar.gz) = b2d4aeb9ea5ec5eec7d32600d0d8de29 +MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib index d0e41db77e0c..1ca67d34d175 100644 --- a/math/randlib/files/Makefile.lib +++ b/math/randlib/files/Makefile.lib @@ -6,12 +6,6 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 0 LIB= ranlib -SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \ - genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \ - getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \ - inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \ - setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f - -CLEANFILES+= ${SRC:.f=.c} +SRCS = com.c ranlib.c .include <bsd.lib.mk> diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist index acb3b7b5ec70..7cedf0f48287 100644 --- a/math/randlib/pkg-plist +++ b/math/randlib/pkg-plist @@ -1,7 +1,7 @@ lib/libranlib.a lib/libranlib.so.1.0 @exec /sbin/ldconfig -m %B -share/doc/ranlib/Basegen.doc -share/doc/ranlib/ranlib.chs -share/doc/ranlib/ranlib.fdoc +share/doc/ranlib/Basegen.c.doc +share/doc/ranlib/ranlib.c.chs +share/doc/ranlib/ranlib.c.fdoc @dirrm %B |