Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] if

built against native X. (Copied from xclock.)
This commit is contained in:
dholland 2012-06-07 00:50:49 +00:00
parent aa8cd8f145
commit e6b5e711df

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.1 2012/06/06 09:27:19 wiz Exp $
# $NetBSD: Makefile,v 1.2 2012/06/07 00:50:49 dholland Exp $
#
DISTNAME= viewres-1.0.3
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@ -18,5 +19,7 @@ USE_TOOLS+= pkg-config
#CONFIGURE_ENV+= APP_MAN_SUFFIX=1
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"