diff options
author | kris <kris@FreeBSD.org> | 2000-07-03 10:50:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-03 10:50:58 +0800 |
commit | caedfcb4cad508b5f47fd1161b84dd05ed4f8287 (patch) | |
tree | 253a6f6ac118bb98c1a6b2f5e46a7e26cfcaa628 /biology/ortep3 | |
parent | cf0b2bd0fa44137e19ccca4b1f4d77429ca330bb (diff) | |
download | freebsd-ports-gnome-caedfcb4cad508b5f47fd1161b84dd05ed4f8287.tar.gz freebsd-ports-gnome-caedfcb4cad508b5f47fd1161b84dd05ed4f8287.tar.zst freebsd-ports-gnome-caedfcb4cad508b5f47fd1161b84dd05ed4f8287.zip |
Unbreak by extracting the correct distfile
Noticed by: bento
Diffstat (limited to 'biology/ortep3')
-rw-r--r-- | biology/ortep3/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index 09f1f47df670..f3f034e537fb 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=alex DISTFILES= ortep-1.0.3.tar.Z ortep-1.0.3.f DISTNAME= ortep -EXTRACT_ONLY= ortep.tar.Z +EXTRACT_ONLY= ortep-1.0.3.tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp @@ -22,12 +22,6 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot WRKSRC= ${WRKDIR}/${DISTNAME}/src -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400002 && ${OSVERSION} < 400018 -BROKEN= doesn\'t build with new f77 compiler -.endif - post-extract: ${MV} ${WRKSRC}/ortep.f ${WRKSRC}/ortep.f-1.0 ${CP} ${DISTDIR}/ortep-${PORTVERSION}.f ${WRKSRC}/ortep.f @@ -56,4 +50,4 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.1st \ ${PREFIX}/share/doc/ortep3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |