summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-24 23:37:55 +0000
committertron <tron@pkgsrc.org>1998-02-24 23:37:55 +0000
commit892d1864735802a8e942bf84bc620b3bb49e5db6 (patch)
treed9387cad2da9bd347993f754ad8a2055eeb20219 /editors
parent74ebd22a0da26f509f9ca6b7f639f14b8e6b0992 (diff)
downloadpkgsrc-892d1864735802a8e942bf84bc620b3bb49e5db6.tar.gz
"${PREFIX}/lib/xemacs-20.3" should be owned by "bin:bin" not by the owner
of "pkgsrc/editors/xemacs20/work".
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 1bed4a85f08..95e8278f1f0 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $NetBSD: Makefile,v 1.18 1998/02/23 13:05:52 frueauf Exp $
+# $NetBSD: Makefile,v 1.19 1998/02/24 23:37:55 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -67,6 +67,7 @@ pre-install:
${SED} -e 's|@.GZ@|'$$GZSUFFIX'|g' ${PKGDIR}/PLIST > ${PLIST_SRC})
post-install:
+ chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME}
.for file in xemacs-b2m xemacs-ctags xemacs-etags gnuclient xemacs-20.3
strip ${PREFIX}/bin/${file}
.endfor