diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-09 13:12:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-09 13:12:38 +0000 |
commit | 4534e8eeb5731f7abfc08c4fcf42eb8188f825e3 (patch) | |
tree | ba16ba290ee270d886d3b91dfcf108daee5454a7 | |
parent | Set --localstatedir and --datadir to be consistent with other GNOME core (diff) |
Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.
Submitted by: mwlucas
Notes
Notes:
svn path=/head/; revision=57501
-rw-r--r-- | lang/cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile index a1af79fa1a89..9e59d7d7c2fe 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 |