Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 23:15:23 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470491 - head/math/octave-forge-video
Message-ID:  <201805202315.w4KNFNZS038280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun May 20 23:15:22 2018
New Revision: 470491
URL: https://svnweb.freebsd.org/changeset/ports/470491

Log:
  - Fix whitespace.
  
  Reported by:	portlint

Modified:
  head/math/octave-forge-video/Makefile

Modified: head/math/octave-forge-video/Makefile
==============================================================================
--- head/math/octave-forge-video/Makefile	Sun May 20 22:05:23 2018	(r470490)
+++ head/math/octave-forge-video/Makefile	Sun May 20 23:15:22 2018	(r470491)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	HOME=${WRKSRC}
-CPPFLAGS+=      -I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 # OCTSRC is the name of the directory of the package.



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