diff options
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r-- | textproc/gdome2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 4c9cd2b0dcd..fdc244ce75f 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:11:02 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/07 22:14:56 joerg Exp $ DISTNAME= gdome2-0.8.1 PKGREVISION= 2 @@ -9,10 +9,12 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://gdome2.cs.unibo.it/ COMMENT= Gnome DOM (Document Object Model) engine +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${DESTDIR}${PREFIX}/share/doc/html PKGCONFIG_OVERRIDE= ${WRKSRC}/gdome2.pc.in .include "../../devel/glib2/buildlink3.mk" |