diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | 4932fab3f227fbfbad27ff0bca77400f0c3397fe (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /wm/openbox/Makefile | |
parent | df1553a4f0d66bbe0583c891b890ae9e33fd1398 (diff) | |
download | pkgsrc-4932fab3f227fbfbad27ff0bca77400f0c3397fe.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
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 |