pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/tei-p5-schema user-destdir support, for dillo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393aea96c8fb
branches:  trunk
changeset: 550297:393aea96c8fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 18 16:14:33 2008 +0000

description:
user-destdir support, for dillo.

diffstat:

 textproc/tei-p5-schema/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 19c8622efd03 -r 393aea96c8fb textproc/tei-p5-schema/Makefile
--- a/textproc/tei-p5-schema/Makefile   Tue Nov 18 16:08:12 2008 +0000
+++ b/textproc/tei-p5-schema/Makefile   Tue Nov 18 16:14:33 2008 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 NO_BUILD=      yes
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 XML_CATALOGS=  ${TEIXMLDIR}/schema/catalog.xml
 
@@ -21,7 +22,7 @@
 
 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"



Home | Main Index | Thread Index | Old Index