Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 04:44:14 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414382 - head/editors/openoffice-devel
Message-ID:  <201605010444.u414iEg4006285@repo.freebsd.org>

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



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