[Midnightbsd-cvs] src [10459] trunk/gnu/usr.bin/gperf/Makefile: remove man path
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 6 19:52:53 EDT 2018
Revision: 10459
http://svnweb.midnightbsd.org/src/?rev=10459
Author: laffer1
Date: 2018-06-06 19:52:52 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
remove man path
Modified Paths:
--------------
trunk/gnu/usr.bin/gperf/Makefile
Modified: trunk/gnu/usr.bin/gperf/Makefile
===================================================================
--- trunk/gnu/usr.bin/gperf/Makefile 2018-06-06 23:52:19 UTC (rev 10458)
+++ trunk/gnu/usr.bin/gperf/Makefile 2018-06-06 23:52:52 UTC (rev 10459)
@@ -1,9 +1,10 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/usr.bin/gperf/Makefile 228060 2011-11-28 12:29:16Z bapt $
.include <bsd.own.mk>
GPERFDIR= ${.CURDIR}/../../../contrib/gperf
-.PATH: ${GPERFDIR}/src ${GPERFDIR}/lib ${GPERFDIR}/doc
+.PATH: ${GPERFDIR}/src ${GPERFDIR}/lib
PROG_CXX= gperf
SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
@@ -10,7 +11,6 @@
main.cc options.cc output.cc positions.cc search.cc version.cc \
getline.cc hash.cc
WARNS= 1
-MAN= gperf.1 gperf.7
CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR}
More information about the Midnightbsd-cvs
mailing list