From 558b487729900769d7f945db0a0f73542c5ad74f Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 29 Sep 2007 16:19:09 +0000 Subject: Don't hard-code /var. --- www/kahua/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/kahua') diff --git a/www/kahua/Makefile b/www/kahua/Makefile index 8b0a98c97e2..9e7494628bf 100644 --- a/www/kahua/Makefile +++ b/www/kahua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/01/30 00:27:24 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/29 16:19:09 rillig Exp $ DISTNAME= Kahua-1.0.1 PKGNAME= ${DISTNAME:C/Kahua/kahua/} @@ -15,7 +15,8 @@ DEPENDS+= Gauche>=0.8.8:../../lang/gauche GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASEDIR:Q} -CONFIGURE_ARGS+=--localstatedir=${DESTDIR:Q}/var +CONFIGURE_ARGS+=--localstatedir=${DESTDIR}${VARBASE} +BUILD_DEFS+= VARBASE PKG_SYSCONFSUBDIR= kahua EGDIR= ${PREFIX}/share/examples/kahua -- cgit v1.2.3