diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-20 01:57:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-20 01:57:59 +0000 |
commit | eeec128064a2140482d8eb5c37011c494f2f7e3f (patch) | |
tree | 87ae0cc6753bd8a26f6791623a242eda149015a5 /editors/abiword | |
parent | 10395d3d43c11155118d49d1d99b5fc7f0efc1bd (diff) | |
download | pkgsrc-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/Makefile | 5 |
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" |