diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-03-17 23:13:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-03-17 23:13:25 +0000 |
commit | 8fc5e424a914341e1206795438144b12a0c3475e (patch) | |
tree | a98a2173fd055bcf8d810bedbc17a7742e0e49a0 | |
parent | 726f3e499b54a7f040971104723731113617c1a7 (diff) | |
download | pkgsrc-8fc5e424a914341e1206795438144b12a0c3475e.tar.gz |
Follow HOMEPAGE redirect
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index e05d7b8445a..7d4d9831f6f 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/03/17 23:13:25 ryoon Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmsx/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://openmsx.sourceforge.net/ +HOMEPAGE= http://openmsx.org/ COMMENT= MSX emulator that aims for perfection LICENSE= gnu-gpl-v2 |