diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 09:45:47 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 09:45:47 +0800 |
commit | 95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee (patch) | |
tree | 434040e427e0e03d7ca38c7f2dce6c2a31a20a9f /net/dgd | |
parent | 6fc383021dc29eef8ca2480c440efc2d1efb7c6e (diff) | |
download | freebsd-ports-gnome-95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee.tar.gz freebsd-ports-gnome-95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee.tar.zst freebsd-ports-gnome-95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee.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 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 3e16fb714be8..e507a407966e 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://github.com/dworkin/dgd/archive/ DISTNAME= ${PORTVERSION} MAINTAINER= glewis@FreeBSD.org -COMMENT= Dworkin\'s Game Driver +COMMENT= Dworkin's Game Driver LICENSE= GPLv3 |