diff options
author | joerg <joerg> | 2007-08-16 00:15:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-16 00:15:56 +0000 |
commit | 8df9dc6291906d9d19256d0e7d19e932b331de20 (patch) | |
tree | 32e3bac54a0189c0542e5fbea08b6b3f1052b8b4 /textproc | |
parent | d92201b78727384b8ae688486c4b946dcf4beac8 (diff) | |
download | pkgsrc-8df9dc6291906d9d19256d0e7d19e932b331de20.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index d150e9a3f75..57509e1b995 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/08/22 16:30:46 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/08/16 00:15:56 joerg Exp $ # DISTNAME= xerces-c-src_2_7_0 @@ -12,6 +12,7 @@ HOMEPAGE= http://xml.apache.org/xerces-c/ COMMENT= Validating C++ XML parser with DOM and SAX support PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/src/xercesc USE_TOOLS+= gmake @@ -60,6 +61,6 @@ pre-configure: post-install: ${INSTALL_DATA} ${WRKSRC}/dom/impl/*.hpp \ - ${PREFIX}/include/xercesc/dom/impl + ${DESTDIR}${PREFIX}/include/xercesc/dom/impl .include "../../mk/bsd.pkg.mk" |