diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-12-12 23:01:26 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-12-12 23:01:26 +0000 |
commit | db26980d4de23513649f83e305af5071d1146ee2 (patch) | |
tree | d738dee9b57c3f418db009534972ef898b67deaf /security/hostapd | |
parent | Fix grammatical error Kris pointed out. (diff) |
Fix grammatical error
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=123849
Diffstat (limited to 'security/hostapd')
-rw-r--r-- | security/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hostapd/Makefile b/security/hostapd/Makefile index 235d15fb4fc0..d09725a3e490 100644 --- a/security/hostapd/Makefile +++ b/security/hostapd/Makefile @@ -25,7 +25,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${OSVERSION} < 600007 -IGNORE="hostapd is not supported on this version" +IGNORE=is not supported on FreeBSD < 6.0 .endif .include <bsd.port.post.mk> |