Module Name:    src
Committed By:   mrg
Date:           Sun Dec 30 08:51:21 UTC 2018

Modified Files:
        src/external/mit/xorg/bin/fonttosfnt: Makefile

Log Message:
add new man subdir to path.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/fonttosfnt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/fonttosfnt/Makefile
diff -u src/external/mit/xorg/bin/fonttosfnt/Makefile:1.3 src/external/mit/xorg/bin/fonttosfnt/Makefile:1.4
--- src/external/mit/xorg/bin/fonttosfnt/Makefile:1.3	Wed May  9 08:39:55 2018
+++ src/external/mit/xorg/bin/fonttosfnt/Makefile	Sun Dec 30 08:51:21 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2018/05/09 08:39:55 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2018/12/30 08:51:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,7 @@ CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/
 LDADD+=	-lfreetype -lfontenc -lz -lm
 DPADD+=	 ${LIBFREETYPE} ${LIBFONTENC} ${LIBZ} ${LIBM}
 
-.PATH:	${X11SRCDIR.${PROG}}
+.PATH:	${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
 
 CWARNFLAGS.clang+=	-Wno-format
 

Reply via email to