summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-02-24 23:37:55 +0000
committertron <tron>1998-02-24 23:37:55 +0000
commit6f0d1882f401b01ed84a748c384cb993e2649f35 (patch)
treed9387cad2da9bd347993f754ad8a2055eeb20219 /editors
parent70a4946b04b4f101d48c612b847e994e8a0819f9 (diff)
downloadpkgsrc-6f0d1882f401b01ed84a748c384cb993e2649f35.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