diff options
Diffstat (limited to 'devel/mrproject/Makefile')
-rw-r--r-- | devel/mrproject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mrproject/Makefile b/devel/mrproject/Makefile index 8a47fb07cf7..b23144007f8 100644 --- a/devel/mrproject/Makefile +++ b/devel/mrproject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:28 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/17 04:49:46 jlam Exp $ # DISTNAME= mrproject-0.5.1 @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES USE_X11BASE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc/mrproject +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/mrproject CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-evolution-idldir |