diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
commit | 5d0e56a2694ef68955d2c4b1b332eb84c377d1a3 (patch) | |
tree | 64947531938305af9dfd7122b3a43eb2b2442b0d /emulators/sim6811 | |
parent | 450f9723c320e196f49a6e4586c90d3aa042e0f6 (diff) | |
download | ports-5d0e56a2694ef68955d2c4b1b332eb84c377d1a3.tar.gz ports-5d0e56a2694ef68955d2c4b1b332eb84c377d1a3.zip |
Notes
Diffstat (limited to 'emulators/sim6811')
-rw-r--r-- | emulators/sim6811/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |