From c75d6c27dc8f5ab35c4cee61d204992bfd49c1b3 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 24 Feb 2001 02:09:27 +0000 Subject: 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 --- chat/icb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/icb/Makefile') 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 \ -- cgit v1.2.3