pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/moria Oops, need to explicitly pass VARBASE or i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73cc55963c56
branches:  trunk
changeset: 604142:73cc55963c56
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 23 16:46:15 2012 +0000

description:
Oops, need to explicitly pass VARBASE or it gets compiled in as "".

diffstat:

 games/moria/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 0c33450e7b96 -r 73cc55963c56 games/moria/Makefile
--- a/games/moria/Makefile      Wed May 23 16:07:51 2012 +0000
+++ b/games/moria/Makefile      Wed May 23 16:46:15 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2012/05/23 06:05:39 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2012/05/23 16:46:15 dholland Exp $
 
 DISTNAME=              um5.5.2
 PKGNAME=               moria-5.5.2
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            games
 # The "offical" master site has lost the pub/Games directory.
 #MASTER_SITES=         ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/
@@ -16,7 +16,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 WRKSRC=                        ${WRKDIR}/umoria
-MAKE_FLAGS+=           CURSES=-lncurses
+MAKE_FLAGS+=           CURSES=-lncurses VARBASE=${VARBASE}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 



Home | Main Index | Thread Index | Old Index