diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-05 15:32:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-05 15:32:15 +0000 |
commit | 68f22037fb06455f410f5fa24591b7c722953575 (patch) | |
tree | 7609d794ef359e8c4ec0ff6be01b0768acf7b4d4 /emulators | |
parent | 3c1cf51f3127a82d0199e89be2775a74e157d53f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/basiliskII/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index dee691d0edb6..1d7fa0b24565 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -9,16 +9,13 @@ PORTNAME= basiliskII PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://iphcip1.physik.uni-mainz.de/~cbauer/ +MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~cbauer/ MASTER_SITE_SUBDIR= basilisk DISTNAME= BasiliskII_src_15012002 MAINTAINER= ports@FreeBSD.org COMMENT= A free, portable, Open Source 68k Mac emulator -BROKEN= Unfetchable - WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix USE_X_PREFIX= yes |