svn commit: r414382 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Sun May 1 04:44:15 UTC 2016


Author: truckman
Date: Sun May  1 04:44:14 2016
New Revision: 414382
URL: https://svnweb.freebsd.org/changeset/ports/414382

Log:
  Pet portlint - use a tab (not space) after a variable name

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Sun May  1 04:43:22 2016	(r414381)
+++ head/editors/openoffice-devel/Makefile	Sun May  1 04:44:14 2016	(r414382)
@@ -180,7 +180,7 @@ PDFIMPORT_CONFIGURE_ENABLE=	pdfimport
 WIKI_PUBLISHER_CONFIGURE_ENABLE=	wiki-publisher
 
 # Don't run gnome-post-icons until after post-install generates the plist
-TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
+TARGET_ORDER_OVERRIDE=	710:gnome-post-icons
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list