diff options
-rw-r--r-- | emulators/bsvc/Makefile | 3 | ||||
-rw-r--r-- | emulators/bsvc/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 5f8408fb4908..6d5f952a34c5 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -8,7 +8,8 @@ PORTNAME= bsvc PORTVERSION= 2.1 CATEGORIES= emulators tk82 -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ftp://ftp.redlinelabs.com/pub/bsvc/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators DISTFILES= ${DISTNAME}-src.tar.gz diff --git a/emulators/bsvc/pkg-descr b/emulators/bsvc/pkg-descr index 0b37935d9134..20fb2852e483 100644 --- a/emulators/bsvc/pkg-descr +++ b/emulators/bsvc/pkg-descr @@ -3,4 +3,4 @@ design and testing. It comes with a simulator and assembler for the Motorola MC68k family of microprocessors, and supplies a graphical user interface for simulation runs. -WWW: http://www2.ncsu.edu/eos/service/ece/project/bsvc/www/ +WWW: http://www.redlinelabs.com/bsvc/ |