diff options
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index f6e2bbb4073..08a39075141 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/14 18:26:29 jmmv Exp $ DISTNAME= openbox-3.1 PKGREVISION= 2 @@ -20,8 +20,8 @@ USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES USE_X11= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/parser/obparser-3.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/render/obrender-3.0.pc.in +PKGCONFIG_OVERRIDE= parser/obparser-3.0.pc.in +PKGCONFIG_OVERRIDE+= render/obrender-3.0.pc.in CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} PKG_SYSCONFSUBDIR= xdg |