diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-02 13:38:53 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-02 13:38:53 +0000 |
commit | f48310aeb775caf979a12a8c26e812f5c29566fb (patch) | |
tree | 31d6176d125da051bca35a5b4c9613d92f2b68af /textproc/xmlrpc-c | |
parent | 4febe7c9239c634adbfbaf7531b76856437682d3 (diff) | |
download | pkgsrc-f48310aeb775caf979a12a8c26e812f5c29566fb.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index ab4e699c76c..6e812c0095d 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/01/18 05:09:45 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2008/02/02 13:38:53 heinz Exp $ # DISTNAME= xmlrpc-c-1.09.00 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xmlrpc-c.sourceforge.net/ COMMENT= Library for writing an XML-RPC server or client in C or C++ +PKG_DESTDIR_SUPPORT= user-destdir + # Sometimes can't open ../xmltok/libxmlrpc_xmltok.la MAKE_JOBS_SAFE= no |