summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-22 20:01:18 +0000
committerjoerg <joerg>2006-05-22 20:01:18 +0000
commite6f6717a2767032b629683c46064d9c8f254c488 (patch)
treec2d1e34dd3e565868773afbcba17aca7a034f510 /games
parent0632a8be7ee581925614cefc2932080f2c862e4e (diff)
downloadpkgsrc-e6f6717a2767032b629683c46064d9c8f254c488.tar.gz
Correct info page handling. Bump revision.
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 ecb1b636fd2..89b71ddca97 100644
--- a/games/moon-buggy/Makefile
+++ b/games/moon-buggy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/05/21 15:44:55 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/22 20:01:18 joerg Exp $
#
DISTNAME= moon-buggy-1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://seehuhn.de/data/
@@ -14,6 +14,8 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games
+INFO_FILES= # PLIST
+
OWN_DIRS= ${VARBASE}/games/moon-buggy
.include "../../mk/bsd.pkg.mk"