diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-06 02:42:16 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-06 02:42:16 +0000 |
commit | 5bf5ef1752bfb421b2bc69305d7475781fef9bf8 (patch) | |
tree | e2400b45f94334478d88ece4160d83f4bd4be1fe /ports-mgmt | |
parent | 47b3d61018076fced192860784b1f8c6300a1999 (diff) | |
download | FreeBSD-ports-5bf5ef1752bfb421b2bc69305d7475781fef9bf8.zip FreeBSD-ports-5bf5ef1752bfb421b2bc69305d7475781fef9bf8.tar.gz |
Fix a typo in the status message.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portcheck/Makefile b/ports-mgmt/portcheck/Makefile index 39e8795..e5ce172 100644 --- a/ports-mgmt/portcheck/Makefile +++ b/ports-mgmt/portcheck/Makefile @@ -31,7 +31,7 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 504104 -IGNORE= doesn't work on our sstem, it needs portsnap, please update your system to at least 5-STABLE +IGNORE= doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE .endif .include <bsd.port.post.mk> |