diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 01:09:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 01:09:04 +0000 |
commit | a0f19ebbf3658fad6810b2380cd68af155c0a3d6 (patch) | |
tree | dee5055fae8201b63ce63b810b78a92ac8ed7138 /graphics/tgd | |
parent | c756ce7386b7f0a110ea1861e1d8a36a4a658d67 (diff) | |
download | FreeBSD-ports-a0f19ebbf3658fad6810b2380cd68af155c0a3d6.zip FreeBSD-ports-a0f19ebbf3658fad6810b2380cd68af155c0a3d6.tar.gz |
Escape the single quote in the FORBIDDEN message so we don't get complaints
about unterminated quoted strings.
Diffstat (limited to 'graphics/tgd')
-rw-r--r-- | graphics/tgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tgd/Makefile b/graphics/tgd/Makefile index b239c7a..d8f4381 100644 --- a/graphics/tgd/Makefile +++ b/graphics/tgd/Makefile @@ -17,7 +17,7 @@ MAINTAINER= mharo@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd BROKEN= gd changes -FORBIDDEN= author hadn't had time to update for gd changes +FORBIDDEN= author hadn\'t had time to update for gd changes ALL_TARGET= tgd DOCS= README arc.gif cap.gif char.gif fill.gif fontdemo \ |