svn commit: r362734 - head/usr.bin/clang/llvm-strings

Dimitry Andric dim at FreeBSD.org
Sun Jun 28 18:02:52 UTC 2020


Author: dim
Date: Sun Jun 28 18:02:51 2020
New Revision: 362734
URL: https://svnweb.freebsd.org/changeset/base/362734

Log:
  Fix llvm-strings.1 not installing, this was a copy/paste error.
  
  MFC after:	3 weeks

Modified:
  head/usr.bin/clang/llvm-strings/Makefile

Modified: head/usr.bin/clang/llvm-strings/Makefile
==============================================================================
--- head/usr.bin/clang/llvm-strings/Makefile	Sun Jun 28 18:02:12 2020	(r362733)
+++ head/usr.bin/clang/llvm-strings/Makefile	Sun Jun 28 18:02:51 2020	(r362734)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PROG_CXX=	llvm-strings
-MAN=
 
 SRCDIR=		llvm/tools/llvm-strings
 SRCS+=		llvm-strings.cpp


More information about the svn-src-head mailing list