diff options
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r-- | textproc/xerces-j/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index f473dce6c56..af6e008f442 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/08/20 15:25:00 jwise Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/25 06:57:07 asau Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -14,8 +14,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xerces.apache.org/xerces-j/ COMMENT= The Apache Project's validating XML parser with DOM and SAX support -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/xerces-1_2_0 USE_JAVA= run USE_TOOLS+= pax |