aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-23 09:45:47 +0800
committeradamw <adamw@FreeBSD.org>2014-07-23 09:45:47 +0800
commit16573322ea1d7d69d07ab3d0a20190a13a5b5ff0 (patch)
tree434040e427e0e03d7ca38c7f2dce6c2a31a20a9f /lang
parent013e441f34203e1d359cce54729bf93857f59b5a (diff)
downloadfreebsd-ports-gnome-16573322ea1d7d69d07ab3d0a20190a13a5b5ff0.tar.gz
freebsd-ports-gnome-16573322ea1d7d69d07ab3d0a20190a13a5b5ff0.tar.zst
freebsd-ports-gnome-16573322ea1d7d69d07ab3d0a20190a13a5b5ff0.zip
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)
Diffstat (limited to 'lang')
-rw-r--r--lang/v8-devel/Makefile2
-rw-r--r--lang/v8/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile
index 09a8a1cb086b..73b7a4fb2604 100644
--- a/lang/v8-devel/Makefile
+++ b/lang/v8-devel/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/vanilla
PKGNAMESUFFIX= -devel
MAINTAINER= vanilla@FreeBSD.org
-COMMENT= Google\'s open source JavaScript engine
+COMMENT= Google's open source JavaScript engine
LICENSE= BSD3CLAUSE
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index e97b84e1d683..5ea51d867d7d 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= LOCAL/vanilla
MAINTAINER= vanilla@FreeBSD.org
-COMMENT= Google\'s open source JavaScript engine
+COMMENT= Google's open source JavaScript engine
LICENSE= BSD3CLAUSE