diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-07 17:44:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-07 17:44:08 +0000 |
commit | d0e6ed62878108dd6271aac8cf5552703471a190 (patch) | |
tree | b02bf132c586482ad0345334e32602c4e5c84272 /science | |
parent | - Update MASTER_SITES, WWW (diff) |
- Group master sites with distfiles
PR: ports/87078
Submitted by: Sangwoo Shim <borishim@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=144507
Diffstat (limited to 'science')
-rw-r--r-- | science/vmd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 5cf9cbf972e5..b5fb41304995 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -9,9 +9,11 @@ PORTNAME= vmd PORTVERSION= 1.8.3 PORTREVISION= 0 CATEGORIES= science graphics python tcl84 tk84 -MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/ \ - ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/ -DISTFILES= ${VMD_DIST} ${TACHYON_DIST} ${STRIDE_DIST} +MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/:tachyon \ + ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/:stride +DISTFILES= ${VMD_DIST} \ + ${TACHYON_DIST}:tachyon \ + ${STRIDE_DIST}:stride MAINTAINER= sangwoos@gmail.com COMMENT= A molecular visualization program |