svn commit: r446942 - head/x11/mate-desktop

Koop Mast kwm at FreeBSD.org
Sun Jul 30 20:44:24 UTC 2017


Author: kwm
Date: Sun Jul 30 20:44:23 2017
New Revision: 446942
URL: https://svnweb.freebsd.org/changeset/ports/446942

Log:
  Add missing INSTALLS_ICONS, mate-desktop installs icons which need to
  be cached.
  
  Reported by:	poudriere bulk -t

Modified:
  head/x11/mate-desktop/Makefile

Modified: head/x11/mate-desktop/Makefile
==============================================================================
--- head/x11/mate-desktop/Makefile	Sun Jul 30 19:34:10 2017	(r446941)
+++ head/x11/mate-desktop/Makefile	Sun Jul 30 20:44:23 2017	(r446942)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-desktop
 PORTVERSION=	1.18.0
+PORTREVISION=	1
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -28,6 +29,7 @@ USE_GNOME=	cairo dconf gdkpixbuf2 gnomeprefix gtk30 \
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+INSTALLS_ICONS=	yes
 
 GLIB_SCHEMAS=	org.mate.accessibility-keyboard.gschema.xml \
 		org.mate.accessibility-startup.gschema.xml \


More information about the svn-ports-all mailing list