pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-libs Check for ${X11BASE}/lib/pkgconfig inste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dc84c5ddad1
branches:  trunk
changeset: 502803:1dc84c5ddad1
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Nov 09 01:05:06 2005 +0000

description:
Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfig
since it creates ${X11BASE}/lib/pkgconf directory if missing.

diffstat:

 x11/xorg-libs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3fca3d613c26 -r 1dc84c5ddad1 x11/xorg-libs/Makefile
--- a/x11/xorg-libs/Makefile    Wed Nov 09 01:01:24 2005 +0000
+++ b/x11/xorg-libs/Makefile    Wed Nov 09 01:05:06 2005 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index