Source-Changes-HG archive

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

[src/trunk]: src/share/me me.7 is supplied both by groff and here. Don't incl...



details:   https://anonhg.NetBSD.org/src/rev/68500fe8b8ea
branches:  trunk
changeset: 784874:68500fe8b8ea
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 12 20:46:10 2013 +0000

description:
me.7 is supplied both by groff and here. Don't include both.

diffstat:

 share/me/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 2fd48acd6ffc -r 68500fe8b8ea share/me/Makefile
--- a/share/me/Makefile Tue Feb 12 20:32:11 2013 +0000
+++ b/share/me/Makefile Tue Feb 12 20:46:10 2013 +0000
@@ -1,5 +1,7 @@
 #      @(#)Makefile    8.2 (Berkeley) 3/27/94
-#      $NetBSD: Makefile,v 1.26 2008/10/25 22:27:36 apb Exp $
+#      $NetBSD: Makefile,v 1.27 2013/02/12 20:46:10 christos Exp $
+
+.include <bsd.prog.mk>
 
 MELIB= ${BINDIR}/me
 #TMLIB=        ${BINDIR}/tmac
@@ -7,11 +9,13 @@
        index.me letterhead.me local.me null.me refer.me sh.me \
        tbl.me thesis.me
 #TMSRCS=       tmac.e
+
+.if ${MKGROFF} == "no"
 MAN=   me.7
+.endif
+
 CLEANFILES+= ${MESRCS:=.tmp}
 
-.include <bsd.prog.mk>
-
 .for M in ${MESRCS}
 
 proginstall:: ${DESTDIR}${MELIB}/${M}



Home | Main Index | Thread Index | Old Index