pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xcursor-themes
Module Name: pkgsrc
Committed By: leot
Date: Tue May 7 22:36:39 UTC 2019
Modified Files:
pkgsrc/x11/xcursor-themes: Makefile
Log Message:
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!
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcursor-themes/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xcursor-themes/Makefile
diff -u pkgsrc/x11/xcursor-themes/Makefile:1.1 pkgsrc/x11/xcursor-themes/Makefile:1.2
--- pkgsrc/x11/xcursor-themes/Makefile:1.1 Fri Feb 15 09:42:19 2019
+++ pkgsrc/x11/xcursor-themes/Makefile Tue May 7 22:36:39 2019
@@ -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_TOOLS+= pkg-config
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