pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/jasmin Don't install group or world writeable fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf981356e88c
branches:  trunk
changeset: 533896:bf981356e88c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 05 22:57:55 2007 +0000

description:
Don't install group or world writeable files. Bump revision.

diffstat:

 lang/jasmin/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 10f462acfb34 -r bf981356e88c lang/jasmin/Makefile
--- a/lang/jasmin/Makefile      Fri Oct 05 22:57:04 2007 +0000
+++ b/lang/jasmin/Makefile      Fri Oct 05 22:57:55 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2007/02/22 19:26:38 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2007/10/05 22:57:55 joerg Exp $
 #
 
 DISTNAME=      jasmin-1.06
+PKGREVISION=   1
 CATEGORIES=    lang java
 MASTER_SITES=  http://mrl.nyu.edu/~meyer/jasmin/
 
@@ -21,7 +22,7 @@
                ${SED} -e 's|@PREFIX@|${PREFIX}|g'                      \
                ${WRKSRC}/bin/jasmin.patch > ${WRKSRC}/bin/jasmin &&    \
                ${CHMOD} 755 ${WRKSRC}/bin/jasmin
-       ${CHMOD} -R ugo+rX ${WRKSRC}/
+       ${CHMOD} -R =urwXgrXorX ${WRKSRC}/
        ${RM} ${WRKSRC}/bin/jasmin.patch
 
 do-install:



Home | Main Index | Thread Index | Old Index