svn commit: r508299 - head/devel/ccls

Tobias Kortkamp tobik at FreeBSD.org
Wed Aug 7 08:33:25 UTC 2019


Author: tobik
Date: Wed Aug  7 08:33:24 2019
New Revision: 508299
URL: https://svnweb.freebsd.org/changeset/ports/508299

Log:
  devel/ccls: Pet portclippy

Modified:
  head/devel/ccls/Makefile

Modified: head/devel/ccls/Makefile
==============================================================================
--- head/devel/ccls/Makefile	Wed Aug  7 07:37:56 2019	(r508298)
+++ head/devel/ccls/Makefile	Wed Aug  7 08:33:24 2019	(r508299)
@@ -27,13 +27,13 @@ CMAKE_ARGS=	-DClang_DIR:PATH="${LOCALBASE}/llvm${LLVM_
 CXXFLAGS+=	-DNDEBUG
 
 PLIST_FILES=	bin/ccls
+PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
-DOCS_DISTFILES=		MaskRay-ccls.wiki-20190226.tar.gz:docs
 DOCS_MASTER_SITES=	LOCAL/tobik:docs \
 			https://pkg.tobik.me/distfiles/:docs
-PORTDOCS=		*
+DOCS_DISTFILES=		MaskRay-ccls.wiki-20190226.tar.gz:docs
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list