diff options
author | kris <kris@FreeBSD.org> | 2006-03-25 22:30:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-25 22:30:24 +0000 |
commit | b70863c0307f99e70dff032920d83f19597c0288 (patch) | |
tree | 15f14d39850345f14fc5cc0cd071e40eb781ab55 /www | |
parent | 6360b0c51900f9aaa1e6662271ebc25a1603d279 (diff) | |
download | FreeBSD-ports-b70863c0307f99e70dff032920d83f19597c0288.zip FreeBSD-ports-b70863c0307f99e70dff032920d83f19597c0288.tar.gz |
Correct typos
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 2 | ||||
-rw-r--r-- | www/nvu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index cf7cb41..4ee15f0 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -30,7 +30,7 @@ CFLAGS+= -I${X11BASE}/include .include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= Does no build +BROKEN= does not build .endif .if ${PERL_LEVEL} < 500600 diff --git a/www/nvu/Makefile b/www/nvu/Makefile index cf7cb41..4ee15f0 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -30,7 +30,7 @@ CFLAGS+= -I${X11BASE}/include .include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= Does no build +BROKEN= does not build .endif .if ${PERL_LEVEL} < 500600 |