summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-02-23 22:20:55 +0000
committertron <tron>1998-02-23 22:20:55 +0000
commitde7a80cae6520148cffedef71f001a2b2dfd8b8e (patch)
tree486f5f3c9070fc750a1131b6b8fb4756b16820e7 /editors
parentf86f75f942d5695d92847e7bd0068bb69475df5b (diff)
downloadpkgsrc-de7a80cae6520148cffedef71f001a2b2dfd8b8e.tar.gz
"${PREFIX}/share/emacs" should be owned by "bin:bin" not by the owner
of "pkgsrc/editors/emacs/work".
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index a956f570d59..9dbf3d2bd51 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 October 1997
# Whom: hubertf
#
-# $NetBSD: Makefile,v 1.8 1998/02/22 10:06:44 tron Exp $
+# $NetBSD: Makefile,v 1.9 1998/02/23 22:20:55 tron Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -27,6 +27,7 @@ MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \
post-install:
rm -f ${PREFIX}/share/emacs/20.2/etc/DOC-20.2.[2-9]*
+ chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
.if (${OPSYS} != "NetBSD")
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \