diff options
author | tron <tron@pkgsrc.org> | 1998-02-23 22:20:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-23 22:20:55 +0000 |
commit | 5fcf7dbda29984a26459a86e26e34a986a0dea5c (patch) | |
tree | 486f5f3c9070fc750a1131b6b8fb4756b16820e7 /editors/emacs | |
parent | 51763348a9d909e4edfae9ee430bb2e5bbf16ff7 (diff) | |
download | pkgsrc-5fcf7dbda29984a26459a86e26e34a986a0dea5c.tar.gz |
"${PREFIX}/share/emacs" should be owned by "bin:bin" not by the owner
of "pkgsrc/editors/emacs/work".
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 3 |
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; \ |