Module Name: xsrc
Committed By: martin
Date: Wed Mar 21 16:24:34 UTC 2018
Modified Files:
xsrc/local/programs/ttf2wsfont: Makefile
Log Message:
There is no man page, so add NOMAN
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/local/programs/ttf2wsfont/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/local/programs/ttf2wsfont/Makefile
diff -u xsrc/local/programs/ttf2wsfont/Makefile:1.2 xsrc/local/programs/ttf2wsfont/Makefile:1.3
--- xsrc/local/programs/ttf2wsfont/Makefile:1.2 Fri Jun 23 02:15:07 2017
+++ xsrc/local/programs/ttf2wsfont/Makefile Wed Mar 21 16:24:34 2018
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2017/06/23 02:15:07 macallan Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/21 16:24:34 martin Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= ttf2wsfont
SRCS= main.c
WARNS= 3
+NOMAN=
CPPFLAGS+= -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2 -D_NETBSD_SOURCE