summaryrefslogtreecommitdiff
path: root/games/xconq
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:42:37 +0000
committerminskim <minskim>2004-12-29 15:42:37 +0000
commitf6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch)
treee0064664b312543aff1d158531cc52bb7220505c /games/xconq
parente921d908c429c991db0bbba9629ddf5859fdec58 (diff)
downloadpkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz
Use VARBASE.
Diffstat (limited to 'games/xconq')
-rw-r--r--games/xconq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index 744695b5985..2e29fa4fe5d 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/12/29 15:42:37 minskim Exp $
DISTNAME= xconq-7.4.1
PKGREVISION= 4
@@ -13,7 +13,7 @@ USE_BUILDLINK3= YES
USE_X11BASE= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --enable-alternate-scoresdir=/var/games/xconq/scores
+CONFIGURE_ARGS+= --enable-alternate-scoresdir=${VARBASE}/games/xconq/scores
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ARGS+= --with-tkconfig="${BUILDLINK_PREFIX.tk}/lib"