diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-06-09 00:22:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-06-09 00:22:30 +0000 |
commit | d8df61b7bbb1cf2c7502fbd6e1b6588c05346954 (patch) | |
tree | d5ee14bb6854b654d93040ae95863ebea3146eec /emulators/its | |
parent | 6d56f7f42e0dbc48a674b1bde4eb648cf786ba51 (diff) | |
download | ports-d8df61b7bbb1cf2c7502fbd6e1b6588c05346954.tar.gz ports-d8df61b7bbb1cf2c7502fbd6e1b6588c05346954.zip |
Notes
Diffstat (limited to 'emulators/its')
-rw-r--r-- | emulators/its/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/its/Makefile b/emulators/its/Makefile index 087015f76004..b5ba6d9a0ea4 100644 --- a/emulators/its/Makefile +++ b/emulators/its/Makefile @@ -8,14 +8,13 @@ PORTNAME= its PORTVERSION= 1.0 CATEGORIES= emulators -MASTER_SITES= http://filbert.tubas.net/~kstailey/ITS/ \ - http://free.babolo.ru/src/ \ +MASTER_SITES= http://free.babolo.ru/src/ \ http://dl.droso.net/FreeBSD/distfiles/ DISTNAME= PI-ITS-RP06.0-dbd9 EXTRACT_SUFX= .bz2 EXTRACT_ONLY= # none -MAINTAINER= kstailey@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Bootable ITS filesystem for KLH-10 PDP-10 emulator BUILD_DEPENDS= kn10-ks:${PORTSDIR}/emulators/klh10 |