diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-01 23:57:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-01 23:57:23 +0000 |
commit | e08e73b2f4d4435fb701a0258b3fbefbb8d53a97 (patch) | |
tree | 5f28b7921e0fcdc382611227423836bc71532972 /emulators/pcemu | |
parent | d1a3f8deb69f88cd3fac0cff1bc523cc0ffb4a88 (diff) | |
download | pkgsrc-e08e73b2f4d4435fb701a0258b3fbefbb8d53a97.tar.gz |
Update MASTER_SITES.
Diffstat (limited to 'emulators/pcemu')
-rw-r--r-- | emulators/pcemu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 62132d79038..d6fab5f5ccf 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2007/09/02 12:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/12/01 23:57:23 wiz Exp $ DISTNAME= pcemu1.01alpha PKGNAME= pcemu-1.01a PKGREVISION= 3 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \ - ftp://ftp.interface-business.de/pub/outgoing/ \ - ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ +MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= eric@fox.phoenix.az.us COMMENT= 8086 PC emulator, by David Hedley |