diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-29 22:05:33 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-29 22:05:33 +0000 |
commit | 9551b671bcccd54fdc48af921ebc15f1de8999e6 (patch) | |
tree | 857802f58afd216b9ab5b255a0671e9c4a9f2291 /textproc/libxml++ | |
parent | 7c9d37db1d30cc3423287b1841dc1a5cb96bbaf4 (diff) | |
download | pkgsrc-9551b671bcccd54fdc48af921ebc15f1de8999e6.tar.gz |
Package supports installation to DESTDIR.
Diffstat (limited to 'textproc/libxml++')
-rw-r--r-- | textproc/libxml++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 40f3c693760..df98a2a60ac 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 13:04:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/11/29 22:05:33 heinz Exp $ DISTNAME= libxml++-2.18.1 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= evaldo@gardenali.biz HOMEPAGE= http://libxmlplusplus.sourceforge.net/ COMMENT= C++ wrapper for the libxml XML parser library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |