Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2017 20:44:23 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446942 - head/x11/mate-desktop
Message-ID:  <201707302044.v6UKiNUh038011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707302044.v6UKiNUh038011>