summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-03-19 08:58:36 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-03-19 08:58:36 +0000
commit5cf1e96c53018c83996e0cb1f71f465004decf5a (patch)
tree2148eafacfecfd6d331f035c73ca54271b0fbf73 /editors
parent8dbf77cd41054cda3964663404678fee5c1f268d (diff)
downloadpkgsrc-5cf1e96c53018c83996e0cb1f71f465004decf5a.tar.gz
Set the proper owner/group for installed files. Pointed out by Toru
Takamizu.
Diffstat (limited to 'editors')
-rw-r--r--editors/leim/Makefile7
-rw-r--r--editors/leim21/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile
index d67c02c873f..ea53dc63609 100644
--- a/editors/leim/Makefile
+++ b/editors/leim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/03/05 12:01:49 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/19 08:58:36 uebayasi Exp $
DISTNAME= leim-${VERSION}
PKGREVISION= 2
@@ -24,4 +24,9 @@ post-extract:
@${ECHO} 'exec ./configure $$*' >>${WRKSRC}/configure
@${CHMOD} +x ${WRKSRC}/configure
+.include "../../mk/bsd.prefs.mk"
+
+post-install:
+ @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/20.7/leim
+
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile
index a5fb7fad91f..2dd0e409357 100644
--- a/editors/leim21/Makefile
+++ b/editors/leim21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/07/17 17:59:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/19 08:58:37 uebayasi Exp $
DISTNAME= leim-${VERSION}
CATEGORIES= editors
@@ -23,4 +23,9 @@ post-extract:
@${ECHO} 'exec ./configure $$*' >>${WRKSRC}/configure
@${CHMOD} +x ${WRKSRC}/configure
+.include "../../mk/bsd.prefs.mk"
+
+post-install:
+ @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/21.2/leim
+
.include "../../mk/bsd.pkg.mk"