pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tei Add PKG_DESTDIR_SUPPORT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b87e12cc328d
branches:  trunk
changeset: 555691:b87e12cc328d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 06 22:27:36 2009 +0000

description:
Add PKG_DESTDIR_SUPPORT.

diffstat:

 textproc/tei/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r d995af0675fe -r b87e12cc328d textproc/tei/Makefile
--- a/textproc/tei/Makefile     Fri Mar 06 20:42:03 2009 +0000
+++ b/textproc/tei/Makefile     Fri Mar 06 22:27:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 06:00:50 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2009/03/06 22:27:36 minskim Exp $
 
 DISTNAME=      dtd
 PKGNAME=       tei-4
@@ -11,12 +11,14 @@
 HOMEPAGE=      http://www.tei-c.org/
 COMMENT=       DTD of the Text Encoding Initiative
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}/dtd
 DIST_SUBDIR=   ${PKGNAME_NOREV}nb3
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
-DTDDIR=                ${LOCALBASE}/share/xml/tei
+DTDDIR=                ${DESTDIR}${PREFIX}/share/xml/tei
 
 XML_CATALOGS=  ${DTDDIR}/teicatalog.xml
 



Home | Main Index | Thread Index | Old Index