From 9034cdbedcfa632f5fde48c1586e78d3a1983f0c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 9 Aug 2019 09:56:31 +0000 Subject: [PATCH] Escape hashtag character in COMMENT. --- devel/include-what-you-use/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 3cd23e0f0a99..0b490cd0fc1e 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -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