summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-02 11:49:01 +0000
committerbapt <bapt@FreeBSD.org>2015-03-02 11:49:01 +0000
commitf4d100725d976f4335d33258435f7c9df86e4b36 (patch)
tree0fc4377ac5f7e8944c06cf0439786a1b5467a865
parent577a7f53d5a92c2f9fe56919c9da7416f2b1384d (diff)
downloadFreeBSD-src-f4d100725d976f4335d33258435f7c9df86e4b36.zip
FreeBSD-src-f4d100725d976f4335d33258435f7c9df86e4b36.tar.gz
Install old texinfo pages in the form of mdoc(7) pages
-rw-r--r--gnu/usr.bin/diff/Makefile5
-rw-r--r--gnu/usr.bin/gperf/Makefile1
2 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 6398c1f..f5b38f1 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -5,7 +5,8 @@
DIFFSRC=${.CURDIR}/../../../contrib/diff/src
.PATH: ${DIFFSRC} \
${.CURDIR}/../../../contrib/diff/lib \
- ${.CURDIR}/../../../contrib/diff/man
+ ${.CURDIR}/../../../contrib/diff/man \
+ ${.CURDIR}/../../../contrib/diff/doc
PROG= diff
SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
@@ -24,6 +25,8 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
CFLAGS+=-I${DESTDIR}/usr/include/gnu
+MAN= diff.1 diff.7
+
LIBADD+= gnuregex
.if ${MK_TESTS} != "no"
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 7d0c14a..514d725 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -10,6 +10,7 @@ SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
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}
OpenPOWER on IntegriCloud