diff options
author | fenner <fenner@FreeBSD.org> | 2001-06-16 07:20:17 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-06-16 07:20:17 +0800 |
commit | a89896df5590ad11b2cd1d86a36d3171a6bf86df (patch) | |
tree | db2b53d4743fc9c76c94a00cffe103d8ba55ebdf /japanese | |
parent | 6c25232a6c9103442d7fc20e33267fc5ed7fee46 (diff) | |
download | freebsd-ports-gnome-a89896df5590ad11b2cd1d86a36d3171a6bf86df.tar.gz freebsd-ports-gnome-a89896df5590ad11b2cd1d86a36d3171a6bf86df.tar.zst freebsd-ports-gnome-a89896df5590ad11b2cd1d86a36d3171a6bf86df.zip |
Put quotes around BROKEN message, since
Syntax error: "(" unexpected
is a much less friendly message than is probably desired.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index 3f1f191697ef..8939bbc1cc11 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -BROKEN= out of sync with mozilla(0.9.1) +BROKEN= "out of sync with mozilla(0.9.1)" PORTNAME= mozilla PORTVERSION= 0.9 PORTEPOCH= 1 diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index 3f1f191697ef..8939bbc1cc11 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -BROKEN= out of sync with mozilla(0.9.1) +BROKEN= "out of sync with mozilla(0.9.1)" PORTNAME= mozilla PORTVERSION= 0.9 PORTEPOCH= 1 |