summaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /math/bihar/Makefile
parent- Update to 1.7.8 (diff)
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index d57fe091cb1a..26aa6f291569 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -33,8 +33,6 @@ MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
PORTDOCS= fft.doc.gz
-.include <bsd.port.pre.mk>
-
post-extract:
${GUNZIP_CMD} $(WRKSRC)/*.f.gz
@@ -48,8 +46,5 @@ post-install:
-${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
${CP} $(WRKSRC)/fft.doc.gz ${DOCSDIR}
.endif
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libbihar.so.2 ${PREFIX}/lib/libbihar.so
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>