diff options
author | imp <imp@FreeBSD.org> | 2004-12-13 07:01:26 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-12-13 07:01:26 +0800 |
commit | 48500c44d86e909eaa79a89333684e40e87c22b0 (patch) | |
tree | 3ba508b5fad0c74b6ba968b9803da56848f59187 /security | |
parent | da5fa421b10dfca3349f527657dae96dc8c5abf5 (diff) | |
download | freebsd-ports-graphics-48500c44d86e909eaa79a89333684e40e87c22b0.tar.gz freebsd-ports-graphics-48500c44d86e909eaa79a89333684e40e87c22b0.tar.zst freebsd-ports-graphics-48500c44d86e909eaa79a89333684e40e87c22b0.zip |
Fix grammatical error
Submitted by: kris
Diffstat (limited to 'security')
-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 235d15fb4fc..d09725a3e49 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> |