diff options
author | ade <ade@FreeBSD.org> | 2005-12-01 02:21:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-12-01 02:21:38 +0800 |
commit | ca3cd5bc78437d1b869837945d8221c50ddd6b45 (patch) | |
tree | c31f4488e001bba4a18efb3a5a24a6c2fd8a5ef5 /Mk/bsd.autotools.mk | |
parent | 8f62aa94f3550ac7ad4d2d77cfda7e5b98ba370d (diff) | |
download | freebsd-ports-gnome-ca3cd5bc78437d1b869837945d8221c50ddd6b45.tar.gz freebsd-ports-gnome-ca3cd5bc78437d1b869837945d8221c50ddd6b45.tar.zst freebsd-ports-gnome-ca3cd5bc78437d1b869837945d8221c50ddd6b45.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]
Diffstat (limited to 'Mk/bsd.autotools.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" |