From 95786c7af1d7aaa01d3c1ad7e01ff0680b71ecee Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 23 Jul 2014 01:45:47 +0000 Subject: 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) --- net/dgd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/dgd') 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 -- cgit