diff options
author | snj <snj@pkgsrc.org> | 2004-06-29 02:33:52 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-06-29 02:33:52 +0000 |
commit | 5390a558215f7fddfa7fffe138e5f719d532fd9f (patch) | |
tree | 5c899c88e96e6f6a32f65a7c52847d867bbdbbd6 /emulators/zsnes | |
parent | 0f593a20910a2ac3c43b17141edaf396cad8f1a2 (diff) | |
download | pkgsrc-5390a558215f7fddfa7fffe138e5f719d532fd9f.tar.gz |
Correct HOMEPAGE.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index f1cdeaec072..497c1f18a19 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/04/11 08:35:23 snj Exp $ +# $NetBSD: Makefile,v 1.20 2004/06/29 02:33:52 snj Exp $ # DISTNAME= zsnes136src @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.zsnes.com/sourceforge.php +HOMEPAGE= http://www.zsnes.com/ COMMENT= Super NES emulator BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm |