diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 11:54:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 11:54:59 +0000 |
commit | dbf591b03d6b45a0f394a12c3a2465eade2befb7 (patch) | |
tree | 5f595a63dd986fc444f2f848f9a1cc11cbffd6d8 | |
parent | 08b58755dcda0e04bb9deadbf6c46d8e72f31244 (diff) | |
download | ports-dbf591b03d6b45a0f394a12c3a2465eade2befb7.tar.gz ports-dbf591b03d6b45a0f394a12c3a2465eade2befb7.zip |
Fix escaping in IGNORE message
PR: 58485
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=92056
-rw-r--r-- | www/grail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 39781cc106d8..09b13f1a5613 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -18,7 +18,7 @@ COMMENT= An extensible Internet browser written entirely in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -IGNORE= "Doesn't seem to work with Python 2.x" +IGNORE= "Doesn\'t seem to work with Python 2.x" USE_PYTHON= yes GRAILSUBDIR= share/grail |