From a09c0b583afcbac22ed2e8ced67b20bd18956710 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 27 Nov 2001 03:12:54 +0000 Subject: Mark scripts as executable - makes them runable out of the box --- mail/pine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/pine') 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" -- cgit v1.2.3