summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-09 13:12:38 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-09 13:12:38 +0000
commit0424c41c7057f49a0209b6037bde99972c077466 (patch)
tree965837f91b804cdb7b9ec07e3bc6fca41eb9131c /lang
parent14fcc84c55a3295541b0e40eff0ee8e7c2b8e282 (diff)
downloadFreeBSD-ports-0424c41c7057f49a0209b6037bde99972c077466.zip
FreeBSD-ports-0424c41c7057f49a0209b6037bde99972c077466.tar.gz
Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.
Submitted by: mwlucas
Diffstat (limited to 'lang')
-rw-r--r--lang/cli/Makefile6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud