diff options
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 0b74c2095c36..7e95e9dc664d 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -8,15 +8,12 @@ PORTNAME= abinit PORTVERSION= 5.2.4 CATEGORIES= science -MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/abinit|} \ + ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems -FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget - -FETCH_CMD= ${LOCALBASE}/bin/wget - WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 |