diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-18 16:14:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-18 16:14:33 +0000 |
commit | b4788671933ebe8cdd6511f6e19b302fc459165b (patch) | |
tree | 5c3984ced4c9a171aff4c56ef3e3aa3132788f79 /textproc/tei-p5-schema | |
parent | eeed02b920adfa79c850dd7214458e3a20bd93b0 (diff) | |
download | pkgsrc-b4788671933ebe8cdd6511f6e19b302fc459165b.tar.gz |
user-destdir support, for dillo.
Diffstat (limited to 'textproc/tei-p5-schema')
-rw-r--r-- | textproc/tei-p5-schema/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/tei-p5-schema/Makefile b/textproc/tei-p5-schema/Makefile index 08f86c39299..9a7efce0014 100644 --- a/textproc/tei-p5-schema/Makefile +++ b/textproc/tei-p5-schema/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 14:55:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/18 16:14:33 wiz Exp $ # DISTNAME= tei-p5-schema-1.2.0 @@ -12,6 +12,7 @@ COMMENT= TEI P5 schema files USE_LANGUAGES= # none NO_BUILD= yes +PKG_DESTDIR_SUPPORT= user-destdir XML_CATALOGS= ${TEIXMLDIR}/schema/catalog.xml @@ -21,7 +22,7 @@ INSTALLATION_DIRS= ${TEIXMLDIR} do-install: cd ${WRKSRC}/share/xml/tei && \ - ${CP} -R schema ${TEIXMLDIR} + ${CP} -R schema ${DESTDIR}${TEIXMLDIR} .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |