Module Name: src
Committed By: mrg
Date: Mon Nov 9 00:32:00 UTC 2009
Modified Files:
src/external/mit/xorg/bin/xman: Makefile
Log Message:
update for xman 1.1.0
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xman/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/xman/Makefile
diff -u src/external/mit/xorg/bin/xman/Makefile:1.1.1.1 src/external/mit/xorg/bin/xman/Makefile:1.2
--- src/external/mit/xorg/bin/xman/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xman/Makefile Mon Nov 9 00:32:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/09 00:32:00 mrg Exp $
.include <bsd.own.mk>
@@ -10,9 +10,7 @@
CPPFLAGS+=-DHAS_SNPRINTF -DHELPFILE=\"${X11LIBDIR}/xman.help\" -DHAS_MKSTEMP
CPPFLAGS+=-DHAS_GROFF -DMANCONFIGSTYLE_OpenBSD -DMANCONF=\"/etc/man.conf\"
-APPDEFS=Xman.ad
-
-BUILDSYMLINKS= Xman-xprint.ad Xman.ad
+APPDEFS=Xman
FILES= xman.help
FILESDIR=${X11LIBDIR}
@@ -21,7 +19,7 @@
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>