diff options
-rw-r--r-- | Mk/bsd.autotools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index abb0ea11300..8c347d19714 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -82,7 +82,7 @@ USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT} _AUTOTOOLS_PN= ${.CURDIR:C/${PORTSDIR}\///} pre-everything:: @${ECHO} "*** AUTOTOOLS WARNING for ${_AUTOTOOLS_PN}" - @${ECHO} This port is using old autotools constructs which wil be" + @${ECHO} "This port is using old autotools constructs which will be" @${ECHO} "disappearing on 1st January 2006" @${ECHO} "" @${ECHO} "In most cases, this warning can be fixed by removing" |