diff options
Diffstat (limited to 'www/thy')
-rw-r--r-- | www/thy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thy/Makefile b/www/thy/Makefile index 4e3bc8e3d71..b7975cec2be 100644 --- a/www/thy/Makefile +++ b/www/thy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/12/05 20:51:14 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:23 rillig Exp $ DISTNAME= thy-0.9.4 CATEGORIES= www @@ -36,7 +36,7 @@ CONF_FILES= ${EGDIR}/thyrc ${PKG_SYSCONFDIR}/thyrc \ RCD_SCRIPTS= thy INFO_FILES= thy.info -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} MAKE_FLAGS+= pkgconfdir=${EGDIR:Q} EGDIR= ${PREFIX}/share/examples/thy |