diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-09 21:12:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-09 21:12:38 +0800 |
commit | 0424c41c7057f49a0209b6037bde99972c077466 (patch) | |
tree | 965837f91b804cdb7b9ec07e3bc6fca41eb9131c /lang/cli | |
parent | 14fcc84c55a3295541b0e40eff0ee8e7c2b8e282 (diff) | |
download | freebsd-ports-gnome-0424c41c7057f49a0209b6037bde99972c077466.tar.gz freebsd-ports-gnome-0424c41c7057f49a0209b6037bde99972c077466.tar.zst freebsd-ports-gnome-0424c41c7057f49a0209b6037bde99972c077466.zip |
Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.
Submitted by: mwlucas
Diffstat (limited to 'lang/cli')
-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 |