diff options
author | uebayasi <uebayasi> | 2003-03-19 08:58:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-03-19 08:58:36 +0000 |
commit | a5205fc1d9e1f4120a28a78a7e1c498a900b58cd (patch) | |
tree | 2148eafacfecfd6d331f035c73ca54271b0fbf73 /editors | |
parent | 7fb6512c688acc7eab3930914442bcc8cec66d18 (diff) | |
download | pkgsrc-a5205fc1d9e1f4120a28a78a7e1c498a900b58cd.tar.gz |
Set the proper owner/group for installed files. Pointed out by Toru
Takamizu.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim/Makefile | 7 | ||||
-rw-r--r-- | editors/leim21/Makefile | 7 |
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" |