aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-08-17 16:26:25 +0800
committerbapt <bapt@FreeBSD.org>2017-08-17 16:26:25 +0800
commit11760cdda13f72c736b6adaa46655904bb699997 (patch)
treed48fb053b5320e5393df61db71278aecda67c7f4 /x11
parent1ad8ed703ecf460dc37d8e5602466abb9484b2bc (diff)
downloadfreebsd-ports-gnome-11760cdda13f72c736b6adaa46655904bb699997.tar.gz
freebsd-ports-gnome-11760cdda13f72c736b6adaa46655904bb699997.tar.zst
freebsd-ports-gnome-11760cdda13f72c736b6adaa46655904bb699997.zip
Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that directory. The same change was already done for regular fonts.
Diffstat (limited to 'x11')
-rw-r--r--x11/libXcursor/Makefile5
-rw-r--r--x11/xorg/Makefile2
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index bbb1645f0065..e006f8db5c63 100644
--- a/x11/libXcursor/Makefile
+++ b/x11/libXcursor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libXcursor
PORTVERSION= 1.1.14
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -19,6 +19,7 @@ USES+= cpe
CPE_PRODUCT= libxcursor
CPE_VENDOR= x
-CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons
+CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index ec9d795e587b..51c99aad0b2b 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri
# data
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \
- ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes
+ ${LOCALBASE}/share/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes
OPTIONS_DEFINE= DOCS