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 /chat/icb | |
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 'chat/icb')
-rw-r--r-- | chat/icb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile index a3815ef2f7a..495d2afccc3 100644 --- a/chat/icb/Makefile +++ b/chat/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/24 02:09:27 hubertf Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -21,7 +21,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/icbserverdb ${PREFIX}/libdata - ${INSTALL} -d ${PREFIX}/libdata/icb + ${INSTALL_DATA_DIR} ${PREFIX}/libdata/icb ${INSTALL_SCRIPT} ${WRKSRC}/sample.icbrc \ ${WRKSRC}/contrib/bartender \ ${WRKSRC}/contrib/confuse \ |