From 0424c41c7057f49a0209b6037bde99972c077466 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 9 Apr 2002 13:12:38 +0000 Subject: Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS. Submitted by: mwlucas --- lang/cli/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/cli/Makefile') diff --git a/lang/cli/Makefile b/lang/cli/Makefile index a1af79f..9e59d7d 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -45,12 +45,12 @@ do-build: @${CHMOD} 700 ${WRKSRC} # <- we need this because build system creates world-writeable dirs @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${SH} env.sh ./buildall) -.if !defined(I_AGREE_TO_A_LICENSE_TERMS) +.if !defined(I_AGREE_TO_LICENSE_TERMS) pre-install: @${ECHO_MSG} "Please make sure that you have read and understood license terms contained in" @${ECHO_MSG} "the ${WRKSRC}/license.txt file and if you" - @${ECHO_MSG} "agree with them then add -DI_AGREE_TO_A_LICENSE_TERMS to command line to" - @${ECHO_MSG} "install the software (i.e. 'make -DI_AGREE_TO_A_LICENSE_TERMS install')." + @${ECHO_MSG} "agree with them then add -DI_AGREE_TO_LICENSE_TERMS to command line to" + @${ECHO_MSG} "install the software (i.e. 'make -DI_AGREE_TO_LICENSE_TERMS install')." @${FALSE} .endif -- cgit v1.1