diff options
Diffstat (limited to 'biology')
-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 09f1f47..f3f034e 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> |