pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sun-jre14 Fixed file permissions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e68edfab305c
branches:  trunk
changeset: 530302:e68edfab305c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jun 22 11:21:23 2007 +0000

description:
Fixed file permissions.

PKGREVISION++
Ok'ed by wiz.

diffstat:

 lang/sun-jre14/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 747095f69450 -r e68edfab305c lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Fri Jun 22 03:53:59 2007 +0000
+++ b/lang/sun-jre14/Makefile   Fri Jun 22 11:21:23 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2007/04/21 20:40:52 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2007/06/22 11:21:23 rillig Exp $
 
 # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
 
 DISTNAME=      j2re-1_4_2_14-linux-i586
 PKGNAME=       sun-jre14-2.14
+PKGREVISION=   1
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
@@ -43,6 +44,9 @@
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} jce_policy-1_4_2.zip
 .endif
 
+post-extract:
+       cd ${WRKSRC} && chmod -R go-w .
+
 do-configure:
        cd ${WRKSRC}/lib; for file in ${SFILES}; do                     \
                ${MV} -f $$file $$file.default;                         \



Home | Main Index | Thread Index | Old Index