diff options
Diffstat (limited to 'games/openttd/Makefile')
-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 892da50b192..839df8ef9b9 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2014/12/20 21:52:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2015/04/06 08:17:28 adam Exp $ DISTNAME= openttd-1.4.4-source PKGNAME= ${DISTNAME:S/-source//} +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz |