diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-05 23:24:46 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-05 23:24:46 +0000 |
commit | e6e8900e3bfc3366cb836ffd23104b2f32b4de66 (patch) | |
tree | 03d7d90f897186ef7d49c8bccf6171d92a403568 /textproc | |
parent | 61e135f430a7b8be722544f17f8ac8965adab591 (diff) | |
download | pkgsrc-e6e8900e3bfc3366cb836ffd23104b2f32b4de66.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxml++1/Makefile b/textproc/libxml++1/Makefile index 2c763f34e8c..2b50e8b75ef 100644 --- a/textproc/libxml++1/Makefile +++ b/textproc/libxml++1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/09/20 21:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/05 23:24:46 heinz Exp $ # DISTNAME= libxml++-1.0.5 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libxmlplusplus.sourceforge.net/ COMMENT= C++ wrapper for the libxml XML parser library +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |