Date: Fri, 9 Aug 2019 09:56:32 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508433 - head/devel/include-what-you-use Message-ID: <201908090956.x799uWsv063437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908090956.x799uWsv063437>