diff options
-rw-r--r-- | emulators/sim/Makefile | 3 | ||||
-rw-r--r-- | emulators/simh/Makefile | 3 | ||||
-rw-r--r-- | www/demoroniser/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 7622b876ced6..92760aad1cf3 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 diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 7622b876ced6..92760aad1cf3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/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 diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile index 2d9030d4391d..30fe10ed0046 100644 --- a/www/demoroniser/Makefile +++ b/www/demoroniser/Makefile @@ -9,7 +9,8 @@ PORTNAME= demoroniser PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jedgar/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=jedgar DISTNAME= ${PORTNAME} MAINTAINER= jedgar@FreeBSD.org |