diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:04:12 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:04:12 +0000 |
commit | 6e6f6588bac72e28e7e7e90d3974b0f1d3d8760a (patch) | |
tree | 6db6d7f148f06c61de72639c377c2999e292f1ca /biology/ortep3 | |
parent | 3356d85f294d845bdd87fa5077d2261559343b8f (diff) | |
download | ports-6e6f6588bac72e28e7e7e90d3974b0f1d3d8760a.tar.gz ports-6e6f6588bac72e28e7e7e90d3974b0f1d3d8760a.zip |
Notes
Diffstat (limited to 'biology/ortep3')
-rw-r--r-- | biology/ortep3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index 340d7fc05dca..09f1f47df670 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 1.0.3 CATEGORIES= biology #MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/ortep/ # ftp://ftp.ornl.gov/pub/ortep/src/ -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/alex/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=alex DISTFILES= ortep-1.0.3.tar.Z ortep-1.0.3.f DISTNAME= ortep EXTRACT_ONLY= ortep.tar.Z |