summaryrefslogtreecommitdiff
path: root/lang/jasmin
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-05 22:57:55 +0000
committerjoerg <joerg>2007-10-05 22:57:55 +0000
commit6a6dcd2046846a8c7654c294054af3f1a0675f23 (patch)
treec9afcd99dccf21d2fe7cf46a53ed755aa939012b /lang/jasmin
parent6993eff20886406bd30a04fe381900742f5b835e (diff)
downloadpkgsrc-6a6dcd2046846a8c7654c294054af3f1a0675f23.tar.gz
Don't install group or world writeable files. Bump revision.
Diffstat (limited to 'lang/jasmin')
-rw-r--r--lang/jasmin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile
index 36ad3fce04a..7d07f8db45f 100644
--- a/lang/jasmin/Makefile
+++ b/lang/jasmin/Makefile
@@ -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 @@ post-patch:
${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: