summaryrefslogtreecommitdiff
path: root/games/lbreakout/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-13 11:17:19 +0000
committerrillig <rillig@pkgsrc.org>2007-12-13 11:17:19 +0000
commit085c12c1feffc1c6164569a11d79ed58a2d3e059 (patch)
treea1d4b4460e4b62113846d276008361aca1f90bff /games/lbreakout/Makefile
parent173c29312a123160b56fb32a0c84909d0a75e229 (diff)
downloadpkgsrc-085c12c1feffc1c6164569a11d79ed58a2d3e059.tar.gz
Fixed the file permissions of the example highscore file. PKGREVISION++
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r--games/lbreakout/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile
index 867808cd6e6..8e32f91168a 100644
--- a/games/lbreakout/Makefile
+++ b/games/lbreakout/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/06/12 16:28:09 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2007/12/13 11:17:19 rillig Exp $
DISTNAME= lbreakout-010315
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
@@ -15,10 +15,9 @@ CONFIGURE_ARGS+= --disable-sound
USE_LANGUAGES= c c++
-pre-install:
- ${INSTALL_DATA_DIR} ${VARBASE:Q}/games
+REQD_DIRS= ${VARBASE}/games
+REQD_FILES_PERMS= ${PREFIX}/share/games/lbreakout/lbreakout.hscr ${VARBASE}/games/lbreakout.hscr ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"