summaryrefslogtreecommitdiff
path: root/textproc/tei-p5-schema
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-18 16:14:33 +0000
committerwiz <wiz>2008-11-18 16:14:33 +0000
commit4b6a49262fa46f03d857964773d1bbc23bdb2481 (patch)
tree5c3984ced4c9a171aff4c56ef3e3aa3132788f79 /textproc/tei-p5-schema
parent14f9b251a934e07fd88cd454685df36352ecbc64 (diff)
downloadpkgsrc-4b6a49262fa46f03d857964773d1bbc23bdb2481.tar.gz
user-destdir support, for dillo.
Diffstat (limited to 'textproc/tei-p5-schema')
-rw-r--r--textproc/tei-p5-schema/Makefile5
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"