diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-06-15 22:29:34 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-06-15 22:29:34 +0000 |
commit | f15c809077eee975024783bae4dc3833eac4d1b8 (patch) | |
tree | 3cbf381f66a35291f1058dd79cf0597efb71dd08 /emulators | |
parent | 5ad79257dedea91db50cfff9e6671a27a1eafb4a (diff) | |
download | ports-f15c809077eee975024783bae4dc3833eac4d1b8.tar.gz ports-f15c809077eee975024783bae4dc3833eac4d1b8.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim/Makefile | 3 | ||||
-rw-r--r-- | emulators/simh/Makefile | 3 |
2 files changed, 4 insertions, 2 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 |