diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-23 09:45:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-23 09:45:47 +0800 |
commit | 16573322ea1d7d69d07ab3d0a20190a13a5b5ff0 (patch) | |
tree | 434040e427e0e03d7ca38c7f2dce6c2a31a20a9f /chinese | |
parent | 013e441f34203e1d359cce54729bf93857f59b5a (diff) | |
download | freebsd-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 'chinese')
-rw-r--r-- | chinese/p5-Lingua-ZH-HanDetect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/p5-Lingua-ZH-HanDetect/Makefile b/chinese/p5-Lingua-ZH-HanDetect/Makefile index 2da253c6c39b..5cf467cb1608 100644 --- a/chinese/p5-Lingua-ZH-HanDetect/Makefile +++ b/chinese/p5-Lingua-ZH-HanDetect/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Guess Chinese text\'s variant and encoding +COMMENT= Guess Chinese text's variant and encoding LICENSE= ART10 GPLv1 LICENSE_COMB= dual |