diff options
author | hubertf <hubertf> | 2001-11-27 03:12:54 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-11-27 03:12:54 +0000 |
commit | 0d47948c3bee9e92ed305d15da6dd21bba54d47a (patch) | |
tree | 40786565d702691ab2bdbb73a13eb64e399106d5 | |
parent | 78dd4a104a50746795a9f0c45dd0ea6a9d4db67b (diff) | |
download | pkgsrc-0d47948c3bee9e92ed305d15da6dd21bba54d47a.tar.gz |
Mark scripts as executable - makes them runable out of the box
-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" |