diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-27 03:12:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-27 03:12:54 +0000 |
commit | a09c0b583afcbac22ed2e8ced67b20bd18956710 (patch) | |
tree | 40786565d702691ab2bdbb73a13eb64e399106d5 /mail/pine | |
parent | 9c7a4c4c00af967aed5daf087fa7f090edd6d885 (diff) | |
download | pkgsrc-a09c0b583afcbac22ed2e8ced67b20bd18956710.tar.gz |
Mark scripts as executable - makes them runable out of the box
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index f9a2f3946b6..deb20b7863b 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/11/06 20:04:46 tv Exp $ +# $NetBSD: Makefile,v 1.54 2001/11/27 03:12:54 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -71,6 +71,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/contrib/krb5-setup ${PREFIX}/share/pine/contrib ${INSTALL_DATA} ${WRKSRC}/contrib/ldap-setup ${PREFIX}/share/pine/contrib ${INSTALL_DATA} ${WRKSRC}/contrib/utils/* ${PREFIX}/share/pine/contrib/utils + ${CHMOD} +x ${PREFIX}/share/pine/contrib/utils/*.sh .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" |