diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 23:55:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 23:55:34 +0000 |
commit | b098d08a092eb55fd2dc7c53d9ed61cc4be1d906 (patch) | |
tree | 1ad1822fe1af5d149214efc6c3a720bed423c8b8 /textproc/xerces-j | |
parent | 5b980e849e270d04f8e05d6de3ab3c050edf0280 (diff) | |
download | pkgsrc-b098d08a092eb55fd2dc7c53d9ed61cc4be1d906.tar.gz |
Fixed file permissions. Bumped PKGREVISION.
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |