summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-29 19:08:39 +0000
committerwiz <wiz>2010-12-29 19:08:39 +0000
commitb995ebe038b92f5bf87556b94484cac6afcfe392 (patch)
treec90386c6bdab3d3f2848b64b91fef102ed7fda2c /games
parent890ad5961c7edb99413c7d17b59391eb12d81314 (diff)
downloadpkgsrc-b995ebe038b92f5bf87556b94484cac6afcfe392.tar.gz
Set LICENSE, clean up pkglint warnings.
Diffstat (limited to 'games')
-rw-r--r--games/moon-buggy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile
index 0fa862083b5..8482c827165 100644
--- a/games/moon-buggy/Makefile
+++ b/games/moon-buggy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/12/29 02:19:10 dholland Exp $
+# $NetBSD: Makefile,v 1.8 2010/12/29 19:08:39 wiz Exp $
#
DISTNAME= moon-buggy-1.0
@@ -9,6 +9,7 @@ MASTER_SITES= http://seehuhn.de/data/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://seehuhn.de/media/programs/
COMMENT= Game on the Moon
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,8 +18,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games
USE_TOOLS+= makeinfo
-INFO_FILES= # PLIST
+INFO_FILES= YES
OWN_DIRS= ${VARBASE}/games/moon-buggy
+BUILD_DEFS= VARBASE
.include "../../mk/bsd.pkg.mk"