diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-06-15 22:29:34 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-06-15 22:29:34 +0000 |
commit | 8d8436e04253c95234e3a0e8bbdfb4bec4127fa6 (patch) | |
tree | 295b0d866d512af2a63ebf1cf96354b50be4cb91 /emulators/sim | |
parent | 8edce0b58a9d282ac3ac6ff8365f4d6926b85a0c (diff) | |
download | FreeBSD-ports-8d8436e04253c95234e3a0e8bbdfb4bec4127fa6.zip FreeBSD-ports-8d8436e04253c95234e3a0e8bbdfb4bec4127fa6.tar.gz |
.../local-distfiles/... -> MASTER_SITE_LOCAL
Diffstat (limited to 'emulators/sim')
-rw-r--r-- | emulators/sim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 7622b87..92760aa 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -9,7 +9,8 @@ PORTNAME= sim PORTVERSION= 2.3d CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jedgar/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=jedgar DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org |