summaryrefslogtreecommitdiff
path: root/biology/ortep3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-03 02:50:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-03 02:50:58 +0000
commit31f1a8ed6aa8487725fefb3bf34049caaa307a6d (patch)
tree958f80306061071089dd018b7cec244768acc1c2 /biology/ortep3
parentThis port was missing a dependency on kdelibs11 (diff)
Unbreak by extracting the correct distfile
Noticed by: bento
Notes
Notes: svn path=/head/; revision=30094
Diffstat (limited to 'biology/ortep3')
-rw-r--r--biology/ortep3/Makefile10
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>