diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
commit | ee9f7945fa95d95fc593cd3ed1b9fb27845224cd (patch) | |
tree | 66d81a1a5735096e594aeaee8ae28306f31f98b0 /emulators | |
parent | d64f339300869acaeae34084ba30297ac9b0cacc (diff) | |
download | pkgsrc-ee9f7945fa95d95fc593cd3ed1b9fb27845224cd.tar.gz |
Comment out dead sites.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/uae/Makefile | 4 | ||||
-rw-r--r-- | emulators/x48/Makefile | 4 | ||||
-rw-r--r-- | emulators/xcopilot/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index d623fe907fb..f44a9bcb2d3 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2017/02/12 06:25:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2017/09/06 10:40:27 wiz Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 27 @@ -6,7 +6,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/ MAINTAINER= kristerw@NetBSD.org -HOMEPAGE= http://uae.coresystems.de/ +#HOMEPAGE= http://uae.coresystems.de/ COMMENT= The UAE Amiga Emulator MAKE_JOBS_SAFE= no diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index aa96705b3ce..78ad30a0676 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/07/11 13:15:57 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/09/06 10:40:27 wiz Exp $ DISTNAME= x48-0.6.4 PKGREVISION= 1 @@ -9,7 +9,7 @@ DISTFILES+= sxrom-e.bz2 gxrom-r.bz2 EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://x48.berlios.de/ +#HOMEPAGE= http://x48.berlios.de/ COMMENT= HP48 emulator LICENSE= gnu-gpl-v3 diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index f753e173450..0a2b3062890 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.20 2015/01/01 10:08:13 dholland Exp $ +# $NetBSD: Makefile,v 1.21 2017/09/06 10:40:27 wiz Exp $ # DISTNAME= xcopilot-0.6.6 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://xcopilot.cuspy.com/build/ +#MASTER_SITES= http://xcopilot.cuspy.com/build/ MAINTAINER= nathanw@NetBSD.org -HOMEPAGE= http://xcopilot.cuspy.com/ +#HOMEPAGE= http://xcopilot.cuspy.com/ COMMENT= PalmPilot emulator for X MAKE_JOBS_SAFE= no |