diff options
Diffstat (limited to 'games/solarus/Makefile')
-rw-r--r-- | games/solarus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 6726732f1ce..7f7e4d94cb3 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2014/08/29 02:12:31 rodent Exp $ +# $NetBSD: Makefile,v 1.15 2014/10/19 22:27:45 alnsn Exp $ VERSION= 1.3.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ |