diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-24 02:09:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-24 02:09:27 +0000 |
commit | a5bbac3e9351e2973e9ef0c195e1f2505c0f82ce (patch) | |
tree | 70727e784d3f7afb94af5abbe85e19fdb1b18fa7 /security | |
parent | 77bde4476f7786a6de67d27d193ad235ae99dad2 (diff) | |
download | pkgsrc-a5bbac3e9351e2973e9ef0c195e1f2505c0f82ce.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 'security')
-rw-r--r-- | security/xdm-krb4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile index b3f1a4aeb04..977e7801c5b 100644 --- a/security/xdm-krb4/Makefile +++ b/security/xdm-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:50:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/24 02:09:29 hubertf Exp $ # DISTNAME= xdm-krb4-3.3.6.2 @@ -27,7 +27,7 @@ pre-install: post-install: -${MKDIR} ${PREFIX}/etc/rc.d - ${INSTALL} -c -o root -g wheel -m 444 \ + ${INSTALL_DATA} \ ${WRKDIR}/xdm-krb4.sh \ ${PREFIX}/etc/rc.d/xdm-krb4 |