pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xboing Needs ${VARBASE}/games. While here, fixed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d664f1ba29
branches:  trunk
changeset: 538539:14d664f1ba29
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 12 08:03:49 2008 +0000

description:
Needs ${VARBASE}/games. While here, fixed pkglint warnings.

diffstat:

 games/xboing/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 8235856557a5 -r 14d664f1ba29 games/xboing/Makefile
--- a/games/xboing/Makefile     Tue Feb 12 08:01:26 2008 +0000
+++ b/games/xboing/Makefile     Tue Feb 12 08:03:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/01/19 09:16:22 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/02/12 08:03:49 rillig Exp $
 #
 
 DISTNAME=              xboing2.4
@@ -15,9 +15,11 @@
 USE_IMAKE=             YES
 
 NO_INSTALL_MANPAGES=   YES
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
+AUTO_MKDIRS=           yes
+MAKE_DIRS=             ${VARBASE}/games
 
-MAKE_ENV+=             VARBASE=${VARBASE:Q}
+MAKE_ENV+=             VARBASE=${VARBASE}
+BUILD_DEFS+=           VARBASE GAMEMODE
 
 post-install:
        ${CHOWN} ${GAMEOWN}:${GAMEGRP} ${PREFIX}/bin/xboing



Home | Main Index | Thread Index | Old Index