From 601feecae6656150c9e9a79b0ac56c22943a59bf Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 15 Mar 2004 18:20:28 +0000 Subject: Use PREFIX to refer to the installation prefix, not LOCALBASE. --- devel/atk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/atk/Makefile') diff --git a/devel/atk/Makefile b/devel/atk/Makefile index c2b63c90345..ee11fc5ebce 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/14 18:26:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/03/15 18:20:28 jlam Exp $ # DISTNAME= atk-1.4.1 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= atk.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --with-html-dir="${LOCALBASE}/share/doc/html" +CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" # glib-mkenums overflows a 2048kb stack on atkobject.h UNLIMIT_RESOURCES= stacksize -- cgit v1.2.3