diff options
Diffstat (limited to 'science/vmd')
-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 5cf9cbf..b5fb413 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 |