pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xerces-j Fixed file permissions. Bumped PKGRE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/898cdb126d9e
branches:  trunk
changeset: 519439:898cdb126d9e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 23:55:34 2006 +0000

description:
Fixed file permissions. Bumped PKGREVISION.

diffstat:

 textproc/xerces-j/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d1cc65870a32 -r 898cdb126d9e textproc/xerces-j/Makefile
--- a/textproc/xerces-j/Makefile        Mon Oct 02 23:52:51 2006 +0000
+++ b/textproc/xerces-j/Makefile        Mon Oct 02 23:55:34 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index