diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-23 20:45:53 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-23 20:45:53 +0000 |
commit | 31e683143f6c4c25c64990b37068e95cb6df5a51 (patch) | |
tree | c3484b4c6250800b3b28766313b04ed80f14501c /math/eispack/Makefile | |
parent | 64e9275a2cfaee8e13bb41ab80e7ee087e920915 (diff) | |
download | ports-31e683143f6c4c25c64990b37068e95cb6df5a51.tar.gz ports-31e683143f6c4c25c64990b37068e95cb6df5a51.zip |
Notes
Diffstat (limited to 'math/eispack/Makefile')
-rw-r--r-- | math/eispack/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 5dd567154e4e..b550a6d33700 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -12,6 +12,7 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/eispack/ \ ftp://netlib.bell-labs.com/netlib/eispack/ \ ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ +DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org @@ -31,10 +32,6 @@ SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ tql2.f tqlrat.f trbak1.f trbak3.f tred1.f tred2.f tred3.f tridib.f \ tsturm.f cdiv.f -DISTFILES= ${SRCS:.f=.f.gz} - -.include <bsd.port.pre.mk> - do-extract: @${MKDIR} ${WRKDIR} .for file in ${SRCS} @@ -45,9 +42,6 @@ pre-build: ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libeispack.so.1.0 ${PREFIX}/lib/libeispack.so -.endif + ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> |