diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-13 09:28:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-13 09:28:15 +0000 |
commit | 5f998478ddbe78b697a597cff7dc725067531fed (patch) | |
tree | bb9bf42b708dfcac03859883fd802788aab93e5a /biology | |
parent | f035497131317f1eed43a2f9a53d7b14072d0876 (diff) | |
download | ports-5f998478ddbe78b697a597cff7dc725067531fed.tar.gz ports-5f998478ddbe78b697a597cff7dc725067531fed.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/molden/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 4f604bddd331..652a8037fa02 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 5.7 PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= biology -MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ +MASTER_SITES= ftp://ftp.cmbi.umcn.nl/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jmd@FreeBSD.org @@ -17,7 +17,6 @@ LICENSE_NAME= Molden LICENSE_FILE= ${WRKSRC}/CopyRight LICENSE_PERMS= auto-accept -BROKEN= unfetchable RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} |