From eeec128064a2140482d8eb5c37011c494f2f7e3f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 20 May 2000 01:57:59 +0000 Subject: Fix permissions of shared files. Problem and solution from frodef@acm.org in pkg/10090. --- editors/abiword/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index f7ee889f98c..242d79c6605 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/05/02 23:35:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2000/05/20 01:57:59 wiz Exp $ # # According to AbiSource's explanation of their trademark rights, @@ -42,4 +42,7 @@ MAKE_ENV+= ABI_BUILD_VERSION="${ABIWORD_VERS}" \ OS_CFLAGS="${CPPFLAGS}" \ OS_DLLFLAGS="${LDFLAGS}" +post-install: + ${CHMOD} -R a+r ${PREFIX}/share/AbiSuite + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3