Author: bapt Date: Mon Mar 2 11:49:01 2015 New Revision: 279520 URL: https://svnweb.freebsd.org/changeset/base/279520
Log: Install old texinfo pages in the form of mdoc(7) pages Modified: head/gnu/usr.bin/diff/Makefile head/gnu/usr.bin/gperf/Makefile Modified: head/gnu/usr.bin/diff/Makefile ============================================================================== --- head/gnu/usr.bin/diff/Makefile Mon Mar 2 11:48:00 2015 (r279519) +++ head/gnu/usr.bin/diff/Makefile Mon Mar 2 11:49:01 2015 (r279520) @@ -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/di CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib CFLAGS+=-I${DESTDIR}/usr/include/gnu +MAN= diff.1 diff.7 + LIBADD+= gnuregex .if ${MK_TESTS} != "no" Modified: head/gnu/usr.bin/gperf/Makefile ============================================================================== --- head/gnu/usr.bin/gperf/Makefile Mon Mar 2 11:48:00 2015 (r279519) +++ head/gnu/usr.bin/gperf/Makefile Mon Mar 2 11:49:01 2015 (r279520) @@ -10,6 +10,7 @@ SRCS= bool-array.cc hash-table.cc input. 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} _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"