svn commit: r508433 - head/devel/include-what-you-use
Mark Linimon
linimon at FreeBSD.org
Fri Aug 9 09:56:32 UTC 2019
Author: linimon
Date: Fri Aug 9 09:56:31 2019
New Revision: 508433
URL: https://svnweb.freebsd.org/changeset/ports/508433
Log:
Escape hashtag character in COMMENT.
Modified:
head/devel/include-what-you-use/Makefile
Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile Fri Aug 9 09:41:53 2019 (r508432)
+++ head/devel/include-what-you-use/Makefile Fri Aug 9 09:56:31 2019 (r508433)
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= koobs at FreeBSD.org
-COMMENT= Tool for use with clang to analyze #includes in C and C++ source files
+COMMENT= Tool for use with clang to analyze \#includes in C and C++ source files
LICENSE= NCSA
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
More information about the svn-ports-head
mailing list