Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/groff/bin remove afmtodit, add gdiffmk



details:   https://anonhg.NetBSD.org/src/rev/2bffc56adcb2
branches:  trunk
changeset: 342916:2bffc56adcb2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 14 02:41:58 2016 +0000

description:
remove afmtodit, add gdiffmk

diffstat:

 external/gpl2/groff/bin/Makefile         |   5 +++--
 external/gpl2/groff/bin/gdiffmk/Makefile |  11 +++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 5b3e2fe46070 -r 2bffc56adcb2 external/gpl2/groff/bin/Makefile
--- a/external/gpl2/groff/bin/Makefile  Thu Jan 14 02:30:18 2016 +0000
+++ b/external/gpl2/groff/bin/Makefile  Thu Jan 14 02:41:58 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 19:01:55 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/14 02:41:58 christos Exp $
 
-SUBDIR= addftinfo afmtodit eqn grn groff grog hpftodit html indxbib \
+SUBDIR= addftinfo eqn gdiffmk grn groff grog hpftodit html indxbib \
        lkbib lookbib nroff pfbtops pic refer soelim tbl tfmtodit troff
+# afmtodit?
 
 .include <bsd.subdir.mk>
diff -r 5b3e2fe46070 -r 2bffc56adcb2 external/gpl2/groff/bin/gdiffmk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl2/groff/bin/gdiffmk/Makefile  Thu Jan 14 02:41:58 2016 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2016/01/14 02:41:58 christos Exp $
+
+DIST_SUBDIR=   contrib/gdiffmk
+
+.include <bsd.init.mk>
+
+SCRIPTS=       gdiffmk
+MAN=           gdiffmk.1
+CLEANFILES=    ${SCRIPTS} ${MAN}
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index