From 42c2229335471e1a44191cea292e4d512b1ca5cc Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 21 Dec 2006 19:33:28 +0000 Subject: Oops, some files had been installed with mode 600. Take 644 instead. --- mail/anomy-sanitizer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 9670c5a9282..cb26f491a9d 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/12/21 19:29:43 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/12/21 19:33:28 rillig Exp $ # DISTNAME= anomy-sanitizer-1.76 @@ -29,7 +29,7 @@ ANOMYDOC= ${PREFIX}/share/doc/anomy-sanitizer INSTALLATION_DIRS= sbin post-extract: - chmod -R u+w,go-w ${WRKSRC} + chmod -R u+w,go-w,a+r ${WRKSRC} cd ${WRKSRC}/bin/Anomy && chmod -x *.pm */*.pm do-build: -- cgit v1.2.3