diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim6811/Makefile | 3 | ||||
-rw-r--r-- | emulators/vpce/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 8f9c1e1ccad8..e1a2dba93e3f 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -9,7 +9,8 @@ PORTNAME= sim6811 PORTVERSION= 1.6 PORTREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= sim EXTRACT_SUFX= .tar.Z diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index 614c4d680118..6c34dc5a41c5 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -9,7 +9,8 @@ PORTNAME= vpce PORTVERSION= 0.3f PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://www.geocities.com/SiliconValley/Way/3340/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_freebsd EXTRACT_SUFX= .tgz |