diff options
author | obache <obache> | 2010-01-03 12:07:58 +0000 |
---|---|---|
committer | obache <obache> | 2010-01-03 12:07:58 +0000 |
commit | 12cf8da1bc4f21906e84128ed9606c06e15adeb9 (patch) | |
tree | a832569e07f363d2c59ed83975ded2e6740ab215 | |
parent | 2e7f88b3fcc056040af34a8e7d791312ec8895a4 (diff) | |
download | pkgsrc-12cf8da1bc4f21906e84128ed9606c06e15adeb9.tar.gz |
HOMEPAGE is redirected from .com to .org.
-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 |