diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-28 01:48:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-28 01:48:02 +0000 |
commit | 3412b0c4a39531c7218484960022a80a1c475efc (patch) | |
tree | 97085827e06f5d51af12e1ea903bf34af32ce82a | |
parent | Add p5-Filesys-DiskSpace 0.05, the perl equivalent of statfs(2). (diff) |
Fix grammar: s/is cannot be/cannot be/
-rw-r--r-- | textproc/openjade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 6cefe4199019..b2afdadffb94 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -30,7 +30,7 @@ post-install: .include <bsd.port.pre.mk> -# This port is cannot be CFLAGS safe, using optimizations such as +# This port cannot be CFLAGS safe, using optimizations such as # 'march=-mpentium -Os' produces core dumps with certain input files # Therefore, we'd better remove all machine optimizations and any -O # other than -O{0,1,}. Idea taken from palm/prc-tools-gcc. |