summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-05-20 01:57:59 +0000
committerwiz <wiz@pkgsrc.org>2000-05-20 01:57:59 +0000
commiteeec128064a2140482d8eb5c37011c494f2f7e3f (patch)
tree87ae0cc6753bd8a26f6791623a242eda149015a5 /editors/abiword
parent10395d3d43c11155118d49d1d99b5fc7f0efc1bd (diff)
downloadpkgsrc-eeec128064a2140482d8eb5c37011c494f2f7e3f.tar.gz
Fix permissions of shared files.
Problem and solution from frodef@acm.org in pkg/10090.
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile5
1 files changed, 4 insertions, 1 deletions
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"