diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-05-21 13:59:55 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-05-21 13:59:55 +0000 |
commit | 1f247933fc2d4e68787042b153a348b05e2f8dfa (patch) | |
tree | 376a7c8dd25ae3931eda155fb0a371f3d73aff18 /lang | |
parent | aa6e81abef0d583aca17862518e862f13137f5e6 (diff) | |
download | pkgsrc-1f247933fc2d4e68787042b153a348b05e2f8dfa.tar.gz |
Add a chmod of various files:
Original tarball contains files with wrong permissions, making the
package useless for lusers.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jasmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index d8f6b25d0c4..d40f041b429 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/22 13:54:28 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/05/21 13:59:55 jschauma Exp $ # DISTNAME= jasmin-1.06 @@ -19,6 +19,7 @@ post-patch: ${MV} ${WRKSRC}/bin/jasmin ${WRKSRC}/bin/jasmin.patch && \ ${SED} -e 's|@PREFIX@|${PREFIX}|g' ${WRKSRC}/bin/jasmin.patch > ${WRKSRC}/bin/jasmin && \ ${CHMOD} 755 ${WRKSRC}/bin/jasmin + ${CHMOD} -R ugo+rX ${WRKSRC}/ ${RM} ${WRKSRC}/bin/jasmin.patch do-install: |