Module Name:    src
Committed By:   mrg
Date:           Fri May 31 06:50:45 UTC 2013

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

Log Message:
find newly named and relocated app defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xditview/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/xditview/Makefile
diff -u src/external/mit/xorg/bin/xditview/Makefile:1.2 src/external/mit/xorg/bin/xditview/Makefile:1.3
--- src/external/mit/xorg/bin/xditview/Makefile:1.2	Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/xditview/Makefile	Fri May 31 06:50:45 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2013/05/31 06:24:05 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2013/05/31 06:50:45 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,7 @@ SRCS=	xditview.c Dvi.c draw.c font.c lex
 CPPFLAGS+=	-DHAS_MKSTEMP
 CPPFLAGS+=	-DUSE_XFT -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 
-APPDEFS=Xditview.ad Xditview-chrtr.ad
+APPDEFS=Xditview Xditview-chrtr
 
 LDADD+=	-lXft -lfontconfig -lfreetype -lexpat -lXrender
 DPADD+=	${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
@@ -21,6 +21,7 @@ FILES=	ldblarrow rdblarrow
 FILESDIR=${X11INCDIR}/X11/bitmaps
 
 .PATH:	${X11SRCDIR.${PROG}}
+.PATH:	${X11SRCDIR.${PROG}}/app-defaults
 .PATH:	${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>

Reply via email to