DESTDIR support
This commit is contained in:
parent
ace60879b7
commit
be5e51bdaf
1 changed files with 3 additions and 1 deletions
|
@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
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}
|
||||
|
|
Loading…
Reference in a new issue