aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-30 18:21:38 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-30 18:21:38 +0000
commitad4a295b89f39a6fc0b8b86e72b08d076e16c7da (patch)
treec4f078d04291ac5c44e7581ec2a493c93dc56529 /Mk/bsd.autotools.mk
parent42c6f63dad94fa301842a959913417d6d80ff4ea (diff)
downloadports-ad4a295b89f39a6fc0b8b86e72b08d076e16c7da.tar.gz
ports-ad4a295b89f39a6fc0b8b86e72b08d076e16c7da.zip
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/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk2
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"