Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 13:22:58 +0000 (UTC)
From:      Eric Turgeon <ericbsd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553981 - head/x11/mate-dock-applet
Message-ID:  <202011031322.0A3DMwQF093192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ericbsd
Date: Tue Nov  3 13:22:58 2020
New Revision: 553981
URL: https://svnweb.freebsd.org/changeset/ports/553981

Log:
  fix commented INSTALL_TARGET in x11/mate-dock-applet/Makefile

Modified:
  head/x11/mate-dock-applet/Makefile

Modified: head/x11/mate-dock-applet/Makefile
==============================================================================
--- head/x11/mate-dock-applet/Makefile	Tue Nov  3 13:02:48 2020	(r553980)
+++ head/x11/mate-dock-applet/Makefile	Tue Nov  3 13:22:58 2020	(r553981)
@@ -31,7 +31,7 @@ AUTOMAKE_ARGS= --add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk3
 INSTALLS_ICONS=	yes
-# INSTALL_TARGET=	install-strip
+INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.mate.panel.applet.dock.gschema.xml
 



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