diff options
author | kristerw <kristerw> | 2004-07-17 16:46:03 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-07-17 16:46:03 +0000 |
commit | 22b2900e63fbf3cad2b672991dce861afb74c865 (patch) | |
tree | fa18bc435f3a69cfe887f26cb36812fdb59e44aa /emulators | |
parent | bc0f2cd7100530c523ac72fcc77d1a465d0164ce (diff) | |
download | pkgsrc-22b2900e63fbf3cad2b672991dce861afb74c865.tar.gz |
Correct MASTER_SITES.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gcube/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index 67637712a02..ea697a2363b 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/16 14:25:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/17 16:46:03 kristerw Exp $ # DISTNAME= gcube-v0.2-src PKGNAME= gcube-0.2 CATEGORIES= emulators -MASTER_SITES= http://gcube.exemu.net/ +MASTER_SITES= http://gcube.exemu.net/downloads/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |