Thu Sep 29 08:24:42 2011 UTC ()
Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.


(dholland)
diff -r1.4 -r1.5 pkgsrc/x11/xfd/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/x11/xfd/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfd/Makefile 2008/11/10 17:21:39 1.4
+++ pkgsrc/x11/xfd/Makefile 2011/09/29 08:24:42 1.5
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.4 2008/11/10 17:21:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2011/09/29 08:24:42 dholland Exp $
2# 2#
3 3
4DISTNAME= xfd-1.0.1 4DISTNAME= xfd-1.0.1
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=app/} 7MASTER_SITES= ${MASTER_SITE_XORG:=app/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 11HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Display all the characters in an X font 12COMMENT= Display all the characters in an X font
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18 18
19CONFIGURE_ENV+= APP_MAN_SUFFIX=1 19CONFIGURE_ENV+= APP_MAN_SUFFIX=1
 20MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
20 21
21.include "../../x11/libXft/buildlink3.mk" 22.include "../../x11/libXft/buildlink3.mk"
22.include "../../x11/libXaw/buildlink3.mk" 23.include "../../x11/libXaw/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"