diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 01:45:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 01:45:47 +0000 |
commit | 95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee (patch) | |
tree | 434040e427e0e03d7ca38c7f2dce6c2a31a20a9f /editors/jedit | |
parent | 6fc383021dc29eef8ca2480c440efc2d1efb7c6e (diff) |
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=362615
Diffstat (limited to 'editors/jedit')
-rw-r--r-- | editors/jedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index a5fb8683a5bb..3e9b91ab9d69 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}install EXTRACT_SUFX= .jar MAINTAINER= danilo@FreeBSD.org -COMMENT= Powerful programmer\'s text editor written in Java +COMMENT= Powerful programmer's text editor written in Java LICENSE= GPLv2 |