diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 08:33:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 08:33:42 +0000 |
commit | e97a1a38c790ae056cacd4fd482180fcced316fa (patch) | |
tree | b4e5e26914978c2bf7e2821c399960c44fd8d1ea /math/randlib/files | |
parent | - Force commit after repocopy math/libranlib -> math/librandlib (diff) |
- Update to 1.3
PR: ports/145512
Submitted by: ej-sib <echoes_x865@mail.goo.ne.jp>
Diffstat (limited to 'math/randlib/files')
-rw-r--r-- | math/randlib/files/Makefile.lib | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib index 8e5483bf9dba..7bc0799ecdde 100644 --- a/math/randlib/files/Makefile.lib +++ b/math/randlib/files/Makefile.lib @@ -4,14 +4,12 @@ LIBDIR = $(PREFIX)/lib SHLIB_MAJOR= 1 SHLIB_MINOR= 0 -LIB= ranlib +LIB= randlib -.PATH: ${.CURDIR}/../linpack - -SRCS= linpack.c com.c ranlib.c +SRCS= linpack.c com.c randlib.c beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \ ${PREFIX}/include .include <bsd.lib.mk> |