diff options
author | obache <obache@pkgsrc.org> | 2010-01-03 12:07:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-03 12:07:58 +0000 |
commit | ae9b2bd57163e12dea9d984b99e799eae2b428c7 (patch) | |
tree | a832569e07f363d2c59ed83975ded2e6740ab215 /games | |
parent | 84f50dac106e18e16aef61d7b6bf3a089afa44c8 (diff) | |
download | pkgsrc-ae9b2bd57163e12dea9d984b99e799eae2b428c7.tar.gz |
HOMEPAGE is redirected from .com to .org.
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index e88a20cc5b4..5e334a3e658 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/09/22 12:02:36 ahoka Exp $ +# $NetBSD: Makefile,v 1.34 2010/01/03 12:07:58 obache Exp $ DISTNAME= openttd-0.7.2-source PKGNAME= ${DISTNAME:S/-source//} @@ -6,7 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openttd/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.openttd.com/ +HOMEPAGE= http://www.openttd.org/ COMMENT= Open source clone of Transport Tycoon Deluxe EXTRACT_SUFX= .tar.bz2 |