diff options
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 |