diff options
author | maho <maho@FreeBSD.org> | 2007-03-16 11:04:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-03-16 11:04:18 +0800 |
commit | f6d2701e02327169f4da12df8f9eea0aa4b23355 (patch) | |
tree | 60ac8d333e9a14af32475e270d35230aa5130c96 /science | |
parent | 3fe44bc884a001dacad4bd6e65a94f656790bcbd (diff) | |
download | freebsd-ports-graphics-f6d2701e02327169f4da12df8f9eea0aa4b23355.tar.gz freebsd-ports-graphics-f6d2701e02327169f4da12df8f9eea0aa4b23355.tar.zst freebsd-ports-graphics-f6d2701e02327169f4da12df8f9eea0aa4b23355.zip |
Temporary place distfile at maho/public_distdir.
Submitted by: kris
Diffstat (limited to 'science')
-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 0b74c2095c3..7e95e9dc664 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 |