pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xalan-j DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f953037f97b4
branches:  trunk
changeset: 571476:f953037f97b4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 12 20:46:14 2010 +0000

description:
DESTDIR support

diffstat:

 textproc/xalan-j/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 23fd448c3cca -r f953037f97b4 textproc/xalan-j/Makefile
--- a/textproc/xalan-j/Makefile Fri Feb 12 20:34:16 2010 +0000
+++ b/textproc/xalan-j/Makefile Fri Feb 12 20:46:14 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/08/20 15:25:00 jwise Exp $
+# $NetBSD: Makefile,v 1.25 2010/02/12 20:46:14 joerg Exp $
 #
 # Note: we currently use the pre-built (-bin) distribution of Xalan-J,
 # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://xml.apache.org/xalan-j/
 COMMENT=       The Apache Project's XSLT implementation
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      xerces-j>=1.2.0:../../textproc/xerces-j
 
 WRKSRC=                ${WRKDIR}



Home | Main Index | Thread Index | Old Index