diff options
author | fenner <fenner@FreeBSD.org> | 1999-12-06 09:13:42 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-12-06 09:13:42 +0800 |
commit | 2b8b23114b21feade8d95b9f22b36d0b9da911dc (patch) | |
tree | 3d6bbeaf0c7379544fb38d688bb55e60817d91ea /net/gated | |
parent | 16b7927d66271d03feab80c0247ab84f3a458e86 (diff) | |
download | freebsd-ports-graphics-2b8b23114b21feade8d95b9f22b36d0b9da911dc.tar.gz freebsd-ports-graphics-2b8b23114b21feade8d95b9f22b36d0b9da911dc.tar.zst freebsd-ports-graphics-2b8b23114b21feade8d95b9f22b36d0b9da911dc.zip |
BROKEN needs quotes if it contains shell metacharacters like ().
Diffstat (limited to 'net/gated')
-rw-r--r-- | net/gated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 2dec6d37e7c..40fa157c69f 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ MAINTAINER= peter@FreeBSD.org -BROKEN= Security hole (buffer overflow possibly yielding root) +BROKEN= "Security hole (buffer overflow possibly yielding root)" ALL_TARGET= gated MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 |