pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mxml user-destdir support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb22a48b7253
branches:  trunk
changeset: 395341:eb22a48b7253
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 07 21:07:47 2009 +0000

description:
user-destdir support

diffstat:

 textproc/mxml/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 72e9dc9d8831 -r eb22a48b7253 textproc/mxml/Makefile
--- a/textproc/mxml/Makefile    Tue Jul 07 21:07:46 2009 +0000
+++ b/textproc/mxml/Makefile    Tue Jul 07 21:07:47 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index