pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcursor-themes xcursor-themes: Pass --with-cursord...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051c5be458c1
branches:  trunk
changeset: 333486:051c5be458c1
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue May 07 22:36:39 2019 +0000

description:
xcursor-themes: Pass --with-cursordir to always install under ${PREFIX}

Without passing `--with-cursordir' - e.g. with native X11 on NetBSD
- /usr/X11R7 is picked up instead leading to PLIST mismatches
because no files ends up installed under (${DESTDIR}/)${PREFIX}.

Problem reported by matt farnsworth via PR pkg/54175, thanks!

diffstat:

 x11/xcursor-themes/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bf5881f80f3f -r 051c5be458c1 x11/xcursor-themes/Makefile
--- a/x11/xcursor-themes/Makefile       Tue May 07 19:54:46 2019 +0000
+++ b/x11/xcursor-themes/Makefile       Tue May 07 22:36:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/02/15 09:42:19 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/07 22:36:39 leot Exp $
 
 DISTNAME=      xcursor-themes-1.0.6
 CATEGORIES=    x11 graphics
@@ -15,5 +15,7 @@
 USE_LANGUAGES= c
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --with-cursordir=${PREFIX}/share/icons
+
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index