diff options
author | reed <reed> | 2005-11-09 01:05:06 +0000 |
---|---|---|
committer | reed <reed> | 2005-11-09 01:05:06 +0000 |
commit | 09405472bd0ba23007e8b816f0ea306fd53e1a96 (patch) | |
tree | 974fca17a86e94935b9722d1064cf01c7ce2d67c /x11 | |
parent | 54ab5a74e2175259d7b525b9d2aae43b26c59ff5 (diff) | |
download | pkgsrc-09405472bd0ba23007e8b816f0ea306fd53e1a96.tar.gz |
Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfig
since it creates ${X11BASE}/lib/pkgconf directory if missing.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile index f64967b9287..b0523c2cd0c 100644 --- a/x11/xorg-libs/Makefile +++ b/x11/xorg-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/10/16 16:56:22 tonio Exp $ +# $NetBSD: Makefile,v 1.25 2005/11/09 01:05:06 reed Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-libs-${XORG_VER} @@ -56,7 +56,7 @@ post-install: .endif pre-install: -.if !exists(${X11ROOT}/lib/pkgconfig) +.if !exists(${X11BASE}/lib/pkgconfig) ${INSTALL_DATA_DIR} ${X11BASE}/lib/pkgconfig .endif .for f in render.pc fixesext.pc compositeext.pc |