svn commit: r470491 - head/math/octave-forge-video

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun May 20 23:15:24 UTC 2018


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.


More information about the svn-ports-all mailing list