diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-30 18:21:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-30 18:21:38 +0000 |
commit | ad4a295b89f39a6fc0b8b86e72b08d076e16c7da (patch) | |
tree | c4f078d04291ac5c44e7581ec2a493c93dc56529 /Mk | |
parent | - Update to 0.7.5 (diff) |
Fix a couple [1][2] of typos in the autotools warning message.
PR: 89754 [1]
Submitted by: Vasil Dimov <vd@datamax.bg> [1], barner [2]
Notes
Notes:
svn path=/head/; revision=150069
Diffstat (limited to 'Mk')
-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 abb0ea113005..8c347d19714b 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" |