svn commit: r553981 - head/x11/mate-dock-applet

Eric Turgeon ericbsd at FreeBSD.org
Tue Nov 3 13:22:59 UTC 2020


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
 


More information about the svn-ports-all mailing list