pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/atk Use PREFIX to refer to the installation pref...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ef7f28bf8b0
branches: trunk
changeset: 471024:4ef7f28bf8b0
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Mar 15 18:20:28 2004 +0000
description:
Use PREFIX to refer to the installation prefix, not LOCALBASE.
diffstat:
devel/atk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5b17634ddeb1 -r 4ef7f28bf8b0 devel/atk/Makefile
--- a/devel/atk/Makefile Mon Mar 15 18:09:42 2004 +0000
+++ b/devel/atk/Makefile Mon Mar 15 18:20:28 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index