summaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 22:12:02 +0000
committerjoerg <joerg>2009-07-07 22:12:02 +0000
commit4274acdf4cef29808a44dea69254db8044259c28 (patch)
treeeb697236b88a0e0f3c64233fefd83f6a1ac70a49 /textproc/gdome2
parente2da6e6dd55ada16193dca21ba20abffb9151bd5 (diff)
downloadpkgsrc-4274acdf4cef29808a44dea69254db8044259c28.tar.gz
user-destdir support
Diffstat (limited to 'textproc/gdome2')
-rw-r--r--textproc/gdome2/Makefile6
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"