pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/saxon Fixed file permissions. Bumped PKGREVIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2c3a55227b5
branches:  trunk
changeset: 519435:b2c3a55227b5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 23:39:22 2006 +0000

description:
Fixed file permissions. Bumped PKGREVISION.

diffstat:

 textproc/saxon/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r b6b030dc1cee -r b2c3a55227b5 textproc/saxon/Makefile
--- a/textproc/saxon/Makefile   Mon Oct 02 23:30:30 2006 +0000
+++ b/textproc/saxon/Makefile   Mon Oct 02 23:39:22 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:11:07 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/02 23:39:22 rillig Exp $
 #
 
 DISTNAME=      saxon
 PKGNAME=       saxon-6.0.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc www
 MASTER_SITES=  ${HOMEPAGE}saxon6.0.2/
 EXTRACT_SUFX=  .zip
@@ -18,6 +18,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}/saxon.jar ${PREFIX}/lib/java



Home | Main Index | Thread Index | Old Index