From 4b6a49262fa46f03d857964773d1bbc23bdb2481 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 18 Nov 2008 16:14:33 +0000 Subject: user-destdir support, for dillo. --- textproc/tei-p5-schema/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/tei-p5-schema') 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" -- cgit v1.2.3