diff options
author | hubertf <hubertf> | 2001-02-24 02:09:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-24 02:09:27 +0000 |
commit | 7fa1e485d36cc4bacd599d294ff7a1315e48091e (patch) | |
tree | 70727e784d3f7afb94af5abbe85e19fdb1b18fa7 /mail | |
parent | 5b4f543871ccebecd8c5f0246ce5012a9949b534 (diff) | |
download | pkgsrc-7fa1e485d36cc4bacd599d294ff7a1315e48091e.tar.gz |
First round of cleaning up INSTALL usage:
INSTALL -d => INSTALL_*_DIR
INSTALL => INSTALL_*
Beware that only invocations are changed that don't set special
values for owner, mode or group!
Cleanup suggested by zuntum@IRC
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xmailbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index 2a8a8ab8c0e..366091ab8ca 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/24 02:09:28 hubertf Exp $ # DISTNAME= xmailbox-2.5 @@ -15,7 +15,7 @@ MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}' post-install: - ${INSTALL} -d -m 555 -o ${BINOWN} -g ${BINGRP} ${PREFIX}/share/xmailbox + ${INSTALL_DATA_DIR} ${PREFIX}/share/xmailbox cd ${WRKSRC}/icons && ${INSTALL_DATA} \ 0xmail1.xpm 1xmail1.xpm 2xmail1.xpm 3xmail1.xpm 4xmail1.xpm \ 5xmail1.xpm xmail1.xpm xnomail1.xpm \ |