diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-15 18:20:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-15 18:20:28 +0000 |
commit | a89b7089942eda81618512a54a46bb434aa021ee (patch) | |
tree | e335dea08e8d25b608a3e0ce0f5946f775294a29 /devel/atk | |
parent | 9883fbf11cb78d7e39ea1ca9bcdfc80af20c6bef (diff) | |
download | pkgsrc-a89b7089942eda81618512a54a46bb434aa021ee.tar.gz |
Use PREFIX to refer to the installation prefix, not LOCALBASE.
Diffstat (limited to 'devel/atk')
-rw-r--r-- | devel/atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |