summaryrefslogtreecommitdiff
path: root/textproc/mxml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 21:07:47 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 21:07:47 +0000
commit608e2c7a09a005a312f09f1f8d9184863212b8f3 (patch)
treec422378bd621e9ef8386beac73559aefd2c73bb0 /textproc/mxml
parentd308633de694a8eb70702e29498edcf235cf1081 (diff)
downloadpkgsrc-608e2c7a09a005a312f09f1f8d9184863212b8f3.tar.gz
user-destdir support
Diffstat (limited to 'textproc/mxml')
-rw-r--r--textproc/mxml/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile
index 99e8762d251..688ecbc5452 100644
--- a/textproc/mxml/Makefile
+++ b/textproc/mxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/10/12 17:30:04 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/07 21:07:47 joerg Exp $
#
DISTNAME= mxml-2.3
@@ -9,10 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.minixml.org/
COMMENT= Small XML parsing library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= mxml.pc.in
+INSTALL_MAKE_FLAGS+= BUILDROOT=${DESTDIR}
+
.include "../../mk/bsd.pkg.mk"