diff options
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index ecf346e2030..d6c96ee3802 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2010/12/08 17:47:50 adam Exp $ +# $NetBSD: Makefile,v 1.37 2010/12/17 07:36:13 obache Exp $ DISTNAME= openttd-1.0.5-source PKGNAME= ${DISTNAME:S/-source//} +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 |