diff options
author | tron <tron@pkgsrc.org> | 2007-01-29 17:43:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-01-29 17:43:52 +0000 |
commit | 75c2ea69184453a3046444f07f322ef4ecb60d73 (patch) | |
tree | e21d0efd32a39ba3d1f7911cf3d430dce7f9610a /emulators/uae/Makefile | |
parent | ca1bdfe5854c4773df1ecd2629471b9ecb217f57 (diff) | |
download | pkgsrc-75c2ea69184453a3046444f07f322ef4ecb60d73.tar.gz |
Update home-page URL and add official download site to master site list.
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index aaba015ef43..5417dac4dab 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.43 2006/06/11 14:36:33 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2007/01/29 17:43:52 tron Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/ +MASTER_SITES= ftp://ftp.coresystems.de/pub/uae/sources/develop/ \ + http://www.freiburg.linux.de/~uae/bin/sources/develop/ MAINTAINER= kristerw@NetBSD.org -HOMEPAGE= http://www.freiburg.linux.de/~uae/ +HOMEPAGE= http://uae.coresystems.de/ COMMENT= The UAE Amiga Emulator DEPENDS+= unzip>=5.40:../../archivers/unzip |