From b098d08a092eb55fd2dc7c53d9ed61cc4be1d906 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 2 Oct 2006 23:55:34 +0000 Subject: Fixed file permissions. Bumped PKGREVISION. --- textproc/xerces-j/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc/xerces-j/Makefile') diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index ee7324c2113..004db33c237 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/10/23 23:36:01 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2006/10/02 23:55:34 rillig 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 @@ -6,6 +6,7 @@ DISTNAME= Xerces-J-bin.1.2.0 PKGNAME= xerces-j-1.2.0 +PKGREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/xerces-j/ @@ -18,6 +19,9 @@ USE_JAVA= run NO_CONFIGURE= yes NO_BUILD= yes +post-extract: + chmod -R u+w,go-w ${WRKSRC} + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java -- cgit v1.2.3