summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>2000-03-07 15:11:17 +0000
committertron <tron>2000-03-07 15:11:17 +0000
commitaecd7a2449118ceb4edfc1ea364fb908430006f8 (patch)
tree0aed8876a15301e79981e0197c824d86ca983a4a /editors
parent0b1d7c421a023a63bdb42c4da21df6b28fc93b8e (diff)
downloadpkgsrc-aecd7a2449118ceb4edfc1ea364fb908430006f8.tar.gz
Make sure that installed files are owned by "${BINOWN}:${BINGRP}". Fixes
PR pkg/9553 by Kimmo Suominen.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index c0406c106dd..119d09ce79a 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/08/27 21:14:30 tron Exp $
+# $NetBSD: Makefile,v 1.7 2000/03/07 15:11:17 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp
DISTNAME= xemacs-packages
@@ -39,5 +39,6 @@ do-install:
${_DISTDIR}/${DISTFILE}
@${ECHO} "done"
.endfor
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/lib/xemacs/xemacs-packages
.include "../../mk/bsd.pkg.mk"