diff options
author | vs <vs@FreeBSD.org> | 2004-11-05 23:32:15 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-05 23:32:15 +0800 |
commit | 0af4a58687d11a8e0548aa40ebebd4d1a29efc3a (patch) | |
tree | fdf0aba460f371d9c1787f133a285c6d75d9c61a /emulators/basiliskII | |
parent | a3e1a2408e6623740728d2becb772dbbd4850500 (diff) | |
download | freebsd-ports-gnome-0af4a58687d11a8e0548aa40ebebd4d1a29efc3a.tar.gz freebsd-ports-gnome-0af4a58687d11a8e0548aa40ebebd4d1a29efc3a.tar.zst freebsd-ports-gnome-0af4a58687d11a8e0548aa40ebebd4d1a29efc3a.zip |
Unbreak: Chase MASTER_SITE
Diffstat (limited to 'emulators/basiliskII')
-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 |