diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-23 16:46:15 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-23 16:46:15 +0000 |
commit | 6cf9d243340ac8b192b2466abb7e7a747ba6aaae (patch) | |
tree | 4bd79c980c08add49d5d02fc60e4243a5348bce8 /games/moria | |
parent | 267dca9e07a298483766c3c43a25f9f8f5d637e2 (diff) | |
download | pkgsrc-6cf9d243340ac8b192b2466abb7e7a747ba6aaae.tar.gz |
Oops, need to explicitly pass VARBASE or it gets compiled in as "".
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index 4641146ad9b..95b6b2e1a7a 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -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 @@ COMMENT= Rogue-like game with a different sense of scale than Rogue PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/umoria -MAKE_FLAGS+= CURSES=-lncurses +MAKE_FLAGS+= CURSES=-lncurses VARBASE=${VARBASE} INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 |