Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 20:55:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363390 - in head: devel/distorm devel/py-uncompyle2 editors/lazarus-lcl-units graphics/djvulibre graphics/ocaml-lablgl korean/baekmukfonts-bdf lang/gambit-c lang/sbcl mail/qmail math/R...
Message-ID:  <201407292055.s6TKtScK050322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul 29 20:55:27 2014
New Revision: 363390
URL: http://svnweb.freebsd.org/changeset/ports/363390
QAT: https://qat.redports.org/buildarchive/r363390/

Log:
  Repair instances, almost all courtesy of bf ;-), of spaces
  and/or tabs before the =. This made doing regular expressions
  on the ports tree really difficult.
  
  Approved by:	portmgr (not really, but touches unstaged ports)

Modified:
  head/devel/distorm/Makefile
  head/devel/py-uncompyle2/Makefile
  head/editors/lazarus-lcl-units/Makefile
  head/graphics/djvulibre/Makefile
  head/graphics/ocaml-lablgl/Makefile
  head/korean/baekmukfonts-bdf/Makefile
  head/lang/gambit-c/Makefile
  head/lang/sbcl/Makefile
  head/mail/qmail/Makefile
  head/math/R-cran-SuppDists/Makefile
  head/math/R/Makefile
  head/math/arpack-ng/Makefile
  head/math/arpack/Makefile
  head/math/atlas-devel/Makefile
  head/math/atlas/Makefile
  head/math/blas/Makefile
  head/math/cblas/Makefile
  head/math/eispack/Makefile
  head/math/fflas-ffpack/Makefile
  head/math/fftw3/Makefile
  head/math/givaro/Makefile
  head/math/gotoblas/Makefile
  head/math/jags/Makefile
  head/math/kktdirect/Makefile
  head/math/lapack/Makefile
  head/math/lapacke/Makefile
  head/math/levmar/Makefile
  head/math/libflame/Makefile
  head/math/libmissing/Makefile
  head/math/linpack/Makefile
  head/math/lrng/Makefile
  head/math/mtl/Makefile
  head/math/openblas/Makefile
  head/math/sfft/Makefile
  head/math/spblas/Makefile
  head/math/suitesparse/Makefile
  head/math/xblas/Makefile
  head/net-im/pwytter/Makefile
  head/net-mgmt/kismet/Makefile
  head/net-p2p/gnunet-gtk/Makefile
  head/net-p2p/gnunet/Makefile
  head/net/mpich2/Makefile
  head/net/nss_ldap/Makefile
  head/science/fastcap/Makefile
  head/science/fasthenry/Makefile
  head/security/tor-devel/Makefile
  head/security/tor/Makefile
  head/textproc/reflex/Makefile
  head/x11-toolkits/ocaml-lablgtk2/Makefile
  head/x11/rxvt/Makefile

Modified: head/devel/distorm/Makefile
==============================================================================
--- head/devel/distorm/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/devel/distorm/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -23,7 +23,7 @@ COMMENT?=	Fast x86 and x86-64 disassembl
 LICENSE=	GPLv3
 
 USES=		dos2unix
-USE_XZ =	yes
+USE_XZ=		yes
 
 .if defined(PYTHON_SLAVEPORT)
 USE_PYTHON=		2

Modified: head/devel/py-uncompyle2/Makefile
==============================================================================
--- head/devel/py-uncompyle2/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/devel/py-uncompyle2/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -11,7 +11,7 @@ DISTNAME=	Mysterie-${PORTNAME}-${HASH}
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Decompiler for Python's .pyc and .pyo files
 
-HASH	=	3956a5a
+HASH=		3956a5a
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes
 REINPLACE_ARGS=	-i ""

Modified: head/editors/lazarus-lcl-units/Makefile
==============================================================================
--- head/editors/lazarus-lcl-units/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/editors/lazarus-lcl-units/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -12,5 +12,6 @@ LCL_INTERFACE=	#
 
 MASTERDIR=	${.CURDIR}/../../editors/lazarus
 
-OPT	=	"-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
+OPT=		"-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
+
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/djvulibre/Makefile
==============================================================================
--- head/graphics/djvulibre/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/graphics/djvulibre/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -27,7 +27,7 @@ CONFIGURE_ENV=	JPEG_CFLAGS="-I${LOCALBAS
 CONFIGURE_ARGS=	--enable-threads=pthread --enable-shared
 USE_LDCONFIG=	yes
 CONFLICTS=	djvulibre-nox11-3*
-WRKSRC =	${WRKDIR}/${DISTNAME:R}
+WRKSRC=		${WRKDIR}/${DISTNAME:R}
 
 PORTDOCS=	djvu2spec.djvu djvu3spec.djvu djvuchanges.txt lizard2002.djvu lizard2007.djvu
 

Modified: head/graphics/ocaml-lablgl/Makefile
==============================================================================
--- head/graphics/ocaml-lablgl/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/graphics/ocaml-lablgl/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -41,7 +41,7 @@ NO_STAGE=	yes
 USES+=		tk:84,85
 .if ${PORT_OPTIONS:MTHREADS}
 THR_CPP=	${PTHREAD_CFLAGS}
-THR_LD =	${PTHREAD_LIBS}
+THR_LD=		${PTHREAD_LIBS}
 .endif
 
 post-extract:

Modified: head/korean/baekmukfonts-bdf/Makefile
==============================================================================
--- head/korean/baekmukfonts-bdf/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/korean/baekmukfonts-bdf/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -29,7 +29,7 @@ FONTLIST=	batang10 batang10b batang12 ba
 		gulim16b gulim18 gulim18b gulim20 gulim20b gulim24 gulim24b \
 		hline10 hline12 hline14 hline16 hline18 hline20 hline24
 
-FONTLIST_MANUAL =	batang10 batang10b gulim10 gulim10b
+FONTLIST_MANUAL=	batang10 batang10b gulim10 gulim10b
 
 BDFTOPCF=	${PREFIX}/bin/bdftopcf
 MKFONTDIR=	${PREFIX}/bin/mkfontdir

Modified: head/lang/gambit-c/Makefile
==============================================================================
--- head/lang/gambit-c/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/lang/gambit-c/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -17,7 +17,7 @@ MAN1=		gsi.1
 
 USES=		gmake tar:tgz
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS =--enable-single-host --enable-gcc-opts
+CONFIGURE_ARGS=	--enable-single-host --enable-gcc-opts
 CONFIGURE_ARGS+=--prefix=${PREFIX} --docdir=${PREFIX}/share/doc/gambit-c
 CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/gambit-c/ --includedir=${PREFIX}/include/gambit-c
 CONFIGURE_ARGS+=--enable-interpreter-name=gsi-gambit  --enable-compiler-name=gsc-gambit

Modified: head/lang/sbcl/Makefile
==============================================================================
--- head/lang/sbcl/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/lang/sbcl/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 
 USES=		gmake tar:bzip2
 
-OPTIONS_DEFINE =	SBCL THREADS
+OPTIONS_DEFINE=		SBCL THREADS
 
 SBCL_DESC=	Bootstrap with installed SBCL binary, if available
 THREADS_DESC=	Experimental threading support

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/mail/qmail/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -430,7 +430,7 @@ LDAPFLAGS+=	-D${param}
 . if ${PORT_OPTIONS:MSRS}
 BUILD_DEPENDS+=	srs:${PORTSDIR}/mail/libsrs2
 MASTER_SITES+=	http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap
-SRS_LDAP_PATCH =	qmail-ldap-1.03-20060201-SRS.patch
+SRS_LDAP_PATCH=		qmail-ldap-1.03-20060201-SRS.patch
 DISTFILES+=	${SRS_LDAP_PATCH}:srs_ldap
 . endif
 

Modified: head/math/R-cran-SuppDists/Makefile
==============================================================================
--- head/math/R-cran-SuppDists/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/R-cran-SuppDists/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -19,7 +19,7 @@ LICENSE=		GPLv2
 
 BENCHMARK_SCRIPT=	R-benchmark-25.R
 USES=	cran:auto-plist
-WRKSRC =		${WRKDIR}/${PORTNAME}
+WRKSRC=			${WRKDIR}/${PORTNAME}
 
 .if defined(MAINTAINER_MODE)
 USES+=	dos2unix

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/R/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -52,8 +52,8 @@ PLIST_SUB=		RMATH_SOVERSION="${RMATH_SOV
 USE_LDCONFIG=		yes
 .else # LIBRMATH_SLAVEPORT
 ALL_TARGET=		all
-INSTALL_TARGET =	install
-CONFIGURE_ARGS =	--enable-memory-profiling rdocdir=${DOCSDIR} \
+INSTALL_TARGET=		install
+CONFIGURE_ARGS=		--enable-memory-profiling rdocdir=${DOCSDIR} \
 			--with-system-bzlib --with-system-zlib
 CONFIGURE_ENV+=		FCFLAGS="${FFLAGS}" \
 			INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" \
@@ -65,7 +65,7 @@ OPTIONS_DEFINE+=	ATLAS ICU PCRE_PORT THR
 
 ATLAS_DESC=		Use ATLAS instead of BLAS/LAPACK
 ICU_DESC=		Use ICU for collation in multibyte locales
-PCRE_PORT_DESC =	Use devel/pcre instead of the bundled PCRE
+PCRE_PORT_DESC=		Use devel/pcre instead of the bundled PCRE
 
 OPTIONS_DEFAULT+=	ICU PCRE_PORT THREADS
 .if !defined(LIBR_SLAVEPORT)

Modified: head/math/arpack-ng/Makefile
==============================================================================
--- head/math/arpack-ng/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/arpack-ng/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -44,19 +44,19 @@ WITH_BLAS?=	blas
 
 .if ${WITH_BLAS} == "gotoblas"
 BLAS=		-lgoto2p
-LAPACK =	-lgoto2p
+LAPACK=		-lgoto2p
 LIB_DEPENDS+=	libgoto2p.so:${PORTSDIR}/math/gotoblas
 .elif ${WITH_BLAS} == "atlas"
 BLAS=		-lptf77blas
-LAPACK =	-lalapack -lptcblas
+LAPACK=		-lalapack -lptcblas
 LIB_DEPENDS+=	libptf77blas.so:${PORTSDIR}/math/atlas
 .elif ${WITH_BLAS} == "blas"
 BLAS=		-lblas
-LAPACK =	-llapack
+LAPACK=		-llapack
 LIB_DEPENDS+=	libblas.so:${PORTSDIR}/math/blas \
 		liblapack.so:${PORTSDIR}/math/lapack
 .else
-IGNORE =	unknown value of WITH_BLAS: ${WITH_BLAS}
+IGNORE=		unknown value of WITH_BLAS: ${WITH_BLAS}
 .endif
 
 post-patch:

Modified: head/math/arpack/Makefile
==============================================================================
--- head/math/arpack/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/arpack/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -22,7 +22,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_JOBS_UNSAFE=	yes
 USES=		fortran
 USE_LDCONFIG=	yes
-WRKSRC =	${WRKDIR}/ARPACK
+WRKSRC=		${WRKDIR}/ARPACK
 
 # The following lapack symbols in arpack are renamed to avoid conflicts with other
 # lapack libraries:

Modified: head/math/atlas-devel/Makefile
==============================================================================
--- head/math/atlas-devel/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/atlas-devel/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Development version of math/atlas
 
-IGNORE =	: dependent ports have been altered to link with math/atlas -- please\
+IGNORE=		: dependent ports have been altered to link with math/atlas -- please\
 use that port instead of math/atlas-devel, while the latter is being revised
 MANUAL_PACKAGE_BUILD=	Optimizes for the local machine.
 

Modified: head/math/atlas/Makefile
==============================================================================
--- head/math/atlas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/atlas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -70,7 +70,7 @@ PORT${i}=	*
 ARCHDEFFLAG=	-Si archdef 0
 .    endif
 .  else
-IGNORE =	: You have set WITH_ARCHDEF, but have not defined ARCHDEF
+IGNORE=		: You have set WITH_ARCHDEF, but have not defined ARCHDEF
 .  endif
 .endif
 

Modified: head/math/blas/Makefile
==============================================================================
--- head/math/blas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/blas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -8,7 +8,7 @@ MAINTAINER=	maho@FreeBSD.org
 COMMENT=	Basic Linear Algebra Subroutines
 
 DESCR=	${.CURDIR}/pkg-descr
-BLAS_SLAVEPORT	=	yes
+BLAS_SLAVEPORT=	yes
 
 MASTERDIR=	${.CURDIR}/../lapack
 

Modified: head/math/cblas/Makefile
==============================================================================
--- head/math/cblas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/cblas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -28,8 +28,8 @@ PLIST_SUB=	SVERSION="${SVERSION}"
 
 SVERSION=	2
 
-WRKSRC =		${WRKDIR}/CBLAS
-WRKSRC_PROFILE =	${WRKSRC}_PROFILE
+WRKSRC=			${WRKDIR}/CBLAS
+WRKSRC_PROFILE=		${WRKSRC}_PROFILE
 WRKSRC_SHARED=		${WRKSRC}_SHARED
 WRKSRC_STATIC=		${WRKSRC}
 

Modified: head/math/eispack/Makefile
==============================================================================
--- head/math/eispack/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/eispack/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -35,7 +35,7 @@ OPTIONS_DEFINE=	PROFILE
 IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE =	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/libeispack_p.a

Modified: head/math/fflas-ffpack/Makefile
==============================================================================
--- head/math/fflas-ffpack/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/fflas-ffpack/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -48,7 +48,7 @@ USES+=		fortran
 CONFIGURE_ARGS+=	--with-gsl="${LOCALBASE}"
 LIB_DEPENDS+=	libgslcblas.so:${PORTSDIR}/math/gsl
 .else
-IGNORE =	unknown value of WITH_BLAS: ${WITH_BLAS}
+IGNORE=		unknown value of WITH_BLAS: ${WITH_BLAS}
 .endif
 
 .if ${PORT_OPTIONS:MDOXYGEN}

Modified: head/math/fftw3/Makefile
==============================================================================
--- head/math/fftw3/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/fftw3/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -25,7 +25,7 @@ USES=		pathfix perl5 pkgconfig
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 
-CONFIGURE_ARGS =	--enable-shared --enable-threads --disable-fortran
+CONFIGURE_ARGS=		--enable-shared --enable-threads --disable-fortran
 CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
@@ -37,7 +37,7 @@ INFO=	fftw3
 INSTALL_TARGET=	install-pkgconfigDATA install-libLTLIBRARIES install-exec
 .endif
 
-OPTIONS_DEFINE =	G77_WRAPPERS OPENMP OPTIMIZED_CFLAGS
+OPTIONS_DEFINE=		G77_WRAPPERS OPENMP OPTIMIZED_CFLAGS
 
 G77_WRAPPERS_DESC=	Alter Fortran wrappers for use with g77
 OPENMP_DESC=		Build OpenMP multithreaded libraries
@@ -83,7 +83,7 @@ CONFIGURE_ARGS+=--enable-long-double
 FFTW3_SUFX=	q
 FFTW3_PKGNAMESUFFIX=	-quad
 CONFIGURE_ARGS+=--enable-quad-precision
-ONLY_FOR_ARCHS =	i386 amd64
+ONLY_FOR_ARCHS=		i386 amd64
 USE_GCC=	yes
 .endif
 

Modified: head/math/givaro/Makefile
==============================================================================
--- head/math/givaro/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/givaro/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -17,7 +17,7 @@ LICENSE_PERMS=	auto-accept
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS =	--with-gmp="${LOCALBASE}"
+CONFIGURE_ARGS=	--with-gmp="${LOCALBASE}"
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOXYGEN

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/gotoblas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -75,7 +75,7 @@ GOTOFLAGS+=	USE_OPENMP=1
 .endif
 
 .if ${PORT_OPTIONS:MQUAD_PRECISION}
-BROKEN =	WITH_QUAD_PRECISION is broken; please disable this option
+BROKEN=		WITH_QUAD_PRECISION is broken; please disable this option
 GOTOFLAGS+=	QUAD_PRECISION=1
 .endif
 
@@ -129,9 +129,9 @@ do-build:
 
 BENCHMARK_MAXTHREADS?=	${MAXTHREADS}
 .if ${PORT_OPTIONS:MOPENMP}
-BENCHMARK_THREADS_FLAG =	OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+BENCHMARK_THREADS_FLAG=		OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
 .else
-BENCHMARK_THREADS_FLAG =	GOTO_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+BENCHMARK_THREADS_FLAG=		GOTO_NUM_THREADS=${BENCHMARK_MAXTHREADS}
 .endif
 
 benchmark: build

Modified: head/math/jags/Makefile
==============================================================================
--- head/math/jags/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/jags/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -58,7 +58,7 @@ LIB_DEPENDS+=	libblas.so:${PORTSDIR}/mat
 LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack
 CONFIGURE_ARGS=	--with-lapack="-llapack" --with-blas="-lblas"
 .else
-IGNORE =	: invalid value for WITH_BLAS: ${WITH_BLAS}
+IGNORE=		: invalid value for WITH_BLAS: ${WITH_BLAS}
 .endif
 
 post-patch:

Modified: head/math/kktdirect/Makefile
==============================================================================
--- head/math/kktdirect/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/kktdirect/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -41,15 +41,15 @@ WITH_BLAS?=	reference
 LIB_DEPENDS+=	libblas.so:${PORTSDIR}/math/blas
 LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack
 BLAS=		-lblas
-LAPACK =	-llapack
+LAPACK=		-llapack
 .elif ${WITH_BLAS} == gotoblas
 LIB_DEPENDS+=	libgoto2p.so:${PORTSDIR}/math/gotoblas
-BLAS =		-lgoto2p
-LAPACK =	-lgoto2p
+BLAS=			-lgoto2p
+LAPACK=		-lgoto2p
 .elif ${WITH_BLAS} == atlas
 LIB_DEPENDS+=	libatlas.so:${PORTSDIR}/math/atlas
 BLAS=		-lptf77blas
-LAPACK =	-lalapack -lptcblas
+LAPACK=		-lalapack -lptcblas
 .endif
 
 PORTDOCS=	kktdirect.pdf

Modified: head/math/lapack/Makefile
==============================================================================
--- head/math/lapack/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/lapack/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -29,8 +29,8 @@ STATIC_DESC=	Build (non-PIC) archives
 MAKE_ENV=	BLASLIB="${BLASLIB}"
 PLIST_SUB=	SVERSION="${SVERSION}"
 
-WRKSRC =		${WRKDIR}/lapack-${PORTVERSION}
-WRKSRC_PROFILE =	${WRKSRC}_PROFILE
+WRKSRC=			${WRKDIR}/lapack-${PORTVERSION}
+WRKSRC_PROFILE=		${WRKSRC}_PROFILE
 WRKSRC_SHARED=		${WRKSRC}_SHARED
 WRKSRC_STATIC=		${WRKSRC}
 

Modified: head/math/lapacke/Makefile
==============================================================================
--- head/math/lapacke/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/lapacke/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -36,7 +36,7 @@ MAKE_ENV+=		"XLAPACKE_LIBNAME=${XLAPACKE
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
-WRKSRC_LEGACY =	${WRKDIR}/lapacke
+WRKSRC_LEGACY=	${WRKDIR}/lapacke
 
 .if exists(${LOCALBASE}/lib/libgoto2p.so)
 WITH_BLAS?=	gotoblas
@@ -89,10 +89,10 @@ PLIST_FILES+=	lib/lib${XLAPACKE_LIBNAME}
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE =	you have defined WITH_PROFILE, but have also defined\
+IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE	=	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/lib${LAPACKE_LIBNAME}_p.a \

Modified: head/math/levmar/Makefile
==============================================================================
--- head/math/levmar/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/levmar/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -57,10 +57,10 @@ PLIST_FILES=	include/levmar.h \
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE =	you have defined WITH_PROFILE, but have also defined\
+IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE	=	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/liblevmar_p.a

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/libflame/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -21,7 +21,7 @@ GNU_CONFIGURE=	yes
 USE_CSTD=	c99
 USES=		gmake
 
-CONFIGURE_ARGS	=	--enable-dynamic-build --enable-static-build
+CONFIGURE_ARGS=		--enable-dynamic-build --enable-static-build
 
 OPTIONS_DEFINE=	BLAS3_CNTL BUILTIN_BLAS CBLAS EXTERNAL_LAPACK GOTOBLAS \
 		LAPACK2FLAME LAPACK_SUBPROBLEMS OPENMP SHARED STATIC \
@@ -48,9 +48,9 @@ CONFIGURE_ARGS+=	--disable-blas3-front-e
 .endif
 
 .if ${PORT_OPTIONS:MBUILTIN_BLAS}
-IGNORE =	: BUILTIN_BLAS is an experimental option, for testing purposes only
+IGNORE=		: BUILTIN_BLAS is an experimental option, for testing purposes only
 .if ${PORT_OPTIONS:MCBLAS} || ${PORT_OPTIONS:MGOTOBLAS}
-IGNORE =	: BUILTIN_BLAS is incompatible with CBLAS and GOTOBLAS
+IGNORE=		: BUILTIN_BLAS is incompatible with CBLAS and GOTOBLAS
 .endif
 CONFIGURE_ARGS+=	--enable-builtin-blas
 .else
@@ -58,9 +58,9 @@ CONFIGURE_ARGS+=	--disable-builtin-blas
 .endif
 
 .if ${PORT_OPTIONS:MCBLAS}
-IGNORE =	: CBLAS yields an incomplete library, and is for testing purposes only
+IGNORE=		: CBLAS yields an incomplete library, and is for testing purposes only
 .if ${PORT_OPTIONS:MGOTOBLAS}
-IGNORE =	: CBLAS is incompatible with GOTOBLAS
+IGNORE=		: CBLAS is incompatible with GOTOBLAS
 .endif
 CONFIGURE_ARGS+=	--enable-cblas-interfaces
 .else
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+=	--enable-default-${b:tl
 
 .if ${PORT_OPTIONS:MLAPACK2FLAME}
 .if ${PORT_OPTIONS:MLAPACK_SUBPROBLEMS}
-IGNORE =	: LAPACK2FLAME is incompatible with LAPACK_SUBPROBLEMS
+IGNORE=		: LAPACK2FLAME is incompatible with LAPACK_SUBPROBLEMS
 .endif
 CONFIGURE_ARGS+=	--enable-lapack2flame
 .else
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+=	--disable-lapack2flame
 
 .if ${PORT_OPTIONS:MLAPACK_SUBPROBLEMS}
 .if ! ${PORT_OPTIONS:MEXTERNAL_LAPACK}
-IGNORE =	: LAPACK_SUBPROBLEMS requires EXTERNAL_LAPACK
+IGNORE=		: LAPACK_SUBPROBLEMS requires EXTERNAL_LAPACK
 .endif
 CONFIGURE_ARGS+=	--enable-external-lapack-for-subproblems
 .else
@@ -131,7 +131,7 @@ RUN_DEPENDS +=	${LOCALBASE}/lib/libatlas
 BLAS=		-lptcblas
 .elif ${WITH_BLAS} == gotoblas
 RUN_DEPENDS +=	${LOCALBASE}/lib/libgoto2p.so:${PORTSDIR}/math/gotoblas
-BLAS =		-lgoto2p
+BLAS=			-lgoto2p
 .elif ${WITH_BLAS} == reference
 RUN_DEPENDS +=	${LOCALBASE}/lib/libblas.so:${PORTSDIR}/math/blas
 BLAS=		-lblas
@@ -146,15 +146,15 @@ BLAS=		-lgslcblas
 .if ${PORT_OPTIONS:MBUILTIN_BLAS}
 RUN_DEPENDS +=	${LOCALBASE}/lib/libatlas.so:${PORTSDIR}/math/atlas
 .endif
-LAPACK =	-lalapack -lptcblas -lptf77blas
+LAPACK=		-lalapack -lptcblas -lptf77blas
 .elif ${WITH_BLAS} == gotoblas
 .if ${PORT_OPTIONS:MBUILTIN_BLAS}
 RUN_DEPENDS +=	${LOCALBASE}/lib/libgoto2p.so:${PORTSDIR}/math/gotoblas
 .endif
-LAPACK =	-lgoto2p
+LAPACK=		-lgoto2p
 .elif !empty(WITH_BLAS:Mreference*)
 RUN_DEPENDS +=	${LOCALBASE}/lib/liblapack.so:${PORTSDIR}/math/lapack
-LAPACK =	-llapack
+LAPACK=		-llapack
 .if ${PORT_OPTIONS:MBUILTIN_BLAS} || ${PORT_OPTIONS:MCBLAS}
 RUN_DEPENDS +=	${LOCALBASE}/lib/libblas.so:${PORTSDIR}/math/blas
 LAPACK+=	-lblas
@@ -164,10 +164,10 @@ LAPACK+=	-lblas
 
 .if ${PORT_OPTIONS:MOPENMP}
 .if ${PORT_OPTIONS:MTHREADS}
-IGNORE =	OPENMP is incompatible with THREADS
+IGNORE=		OPENMP is incompatible with THREADS
 .endif
 .if !empty(CC:M*clang*)
-IGNORE =	clang does not support OPENMP, use THREADS instead
+IGNORE=		clang does not support OPENMP, use THREADS instead
 .endif
 OPENMP_CFLAGS ?=	-fopenmp
 CFLAGS+=		${OPENMP_CFLAGS}

Modified: head/math/libmissing/Makefile
==============================================================================
--- head/math/libmissing/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/libmissing/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -41,7 +41,7 @@ LDFLAGS+=	-Wl,-z,interpose
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if !exists(/usr/lib/libc_p.a)
-IGNORE  =	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/libmissing_p.a

Modified: head/math/linpack/Makefile
==============================================================================
--- head/math/linpack/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/linpack/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -22,7 +22,7 @@ USE_LDCONFIG=	yes
 DIST_SUBDIR=	${PORTNAME}
 NO_WRKSUBDIR=	yes
 
-SRCS =	cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
+SRCS=	cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
 	cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f \
 	chisl.f chpco.f chpdi.f chpfa.f chpsl.f cmach.f cpbco.f cpbdi.f \
 	cpbfa.f cpbsl.f cpoco.f cpodi.f cpofa.f cposl.f cppco.f cppdi.f \

Modified: head/math/lrng/Makefile
==============================================================================
--- head/math/lrng/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/lrng/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -21,7 +21,7 @@ LICENSE=	GPLv3
 
 CLEANFILES=	${SRCS}
 LIB=		${PORTNAME}
-LIBDIR =	${PREFIX}/lib
+LIBDIR=		${PREFIX}/lib
 MAKE_ENV+=	CLEANFILES="${CLEANFILES}" \
 		LIB="${LIB}" LIBDIR="${LIBDIR}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
 		SRCS="${SRCS}" SRCCONF="${SRCCONF}"
@@ -52,10 +52,10 @@ PORTEXAMPLES=	ex1.c
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE =	you have defined WITH_PROFILE, but have also defined\
+IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE =	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/lib${LIB}_p.a

Modified: head/math/mtl/Makefile
==============================================================================
--- head/math/mtl/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/mtl/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
 NO_BUILD=	yes
 USES=		perl5
 USE_PERL5=	build
-WRKSRC =	${WRKDIR}/${DISTNAME:R}
+WRKSRC=		${WRKDIR}/${DISTNAME:R}
 
 OPTIONS_DEFINE=	EXAMPLES
 

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/openblas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -78,7 +78,7 @@ BUILDFLAGS+=	USE_OPENMP=1
 .endif
 
 .if ${PORT_OPTIONS:MQUAD_PRECISION}
-BROKEN =	QUAD_PRECISION is broken; please disable this option
+BROKEN=		QUAD_PRECISION is broken; please disable this option
 BUILDFLAGS+=	QUAD_PRECISION=1
 .endif
 
@@ -144,9 +144,9 @@ do-build:
 
 BENCHMARK_MAXTHREADS?=	${MAXTHREADS}
 .if ${PORT_OPTIONS:MOPENMP}
-BENCHMARK_THREADS_FLAG =	OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+BENCHMARK_THREADS_FLAG=		OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
 .else
-BENCHMARK_THREADS_FLAG =	OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+BENCHMARK_THREADS_FLAG=		OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
 .endif
 
 benchmark: build

Modified: head/math/sfft/Makefile
==============================================================================
--- head/math/sfft/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/sfft/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -65,10 +65,10 @@ CFLAGS+=	-O3 -ffast-math
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE =	you have defined WITH_PROFILE, but have also defined\
+IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE  =	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/libsfft_p.a

Modified: head/math/spblas/Makefile
==============================================================================
--- head/math/spblas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/spblas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -15,7 +15,7 @@ USE_GCC=	yes
 USE_LDCONFIG=	yes
 
 HEADERS=	blas_enum.h blas_sparse.h blas_sparse_proto.h
-HDIR =		include/spblas
+HDIR=		include/spblas
 MAKE_ENV=	LIB=spblas SHLIB_MAJOR="${SHLIB_MAJOR}" \
 		SRCCONF=/dev/null SRCS="${SRCS}"
 
@@ -33,10 +33,10 @@ SRCS=		nist_spblas.cc
 
 .if ${PORT_OPTIONS:MPROFILE}
 .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE =	you have defined WITH_PROFILE, but have also defined\
+IGNORE=		you have defined WITH_PROFILE, but have also defined\
 WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
 .elif !exists(/usr/lib/libc_p.a)
-IGNORE  =	you have chosen WITH_PROFILE, but have not installed the\
+IGNORE=		you have chosen WITH_PROFILE, but have not installed the\
 base system profiling libraries
 .endif
 PLIST_FILES+=	lib/libspblas_p.a

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/suitesparse/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -51,12 +51,12 @@ LAPACK=		-lopenblasp
 .elif ${WITH_BLAS} == gotoblas
 LIB_DEPENDS+=	libgoto2.so:${PORTSDIR}/math/gotoblas
 LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack
-BLAS =		-lgoto2p
-LAPACK =	-lgoto2p
+BLAS=		-lgoto2p
+LAPACK=		-lgoto2p
 .elif ${WITH_BLAS} == atlas
 LIB_DEPENDS+=	libatlas.so:${PORTSDIR}/math/atlas
 BLAS=		-lptf77blas
-LAPACK =	-lalapack -lptcblas
+LAPACK=		-lalapack -lptcblas
 .endif
 
 .if ${ARCH} == "sparc64"
@@ -73,9 +73,9 @@ SVERSION=1
 .if defined (WITH_METIS)
 METIS=${LOCALBASE}/lib/libmetis.a
 METIS_PATH=${LOCALBASE}/include/metis
-CHOLMOD_CONFIG =
+CHOLMOD_CONFIG=	
 .else
-CHOLMOD_CONFIG =	-DNPARTITION
+CHOLMOD_CONFIG=		-DNPARTITION
 .endif
 
 post-patch:

Modified: head/math/xblas/Makefile
==============================================================================
--- head/math/xblas/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/math/xblas/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -27,7 +27,7 @@ STATIC_DESC=	Build a non-PIC archive
 PLIST_DIRS=	${HDIR}
 PLIST_FILES=	${HEADERS:S|^|${HDIR}/|}
 SHLIB_MAJOR=	0
-WRKSRC =	${WRKDIR}/xblas-${PORTVERSION}
+WRKSRC=		${WRKDIR}/xblas-${PORTVERSION}
 
 .include <bsd.port.options.mk>
 

Modified: head/net-im/pwytter/Makefile
==============================================================================
--- head/net-im/pwytter/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net-im/pwytter/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -25,7 +25,7 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-DOS2UNIX_GLOB = *.py
+DOS2UNIX_GLOB=	 *.py
 
 post-patch:
 	@${RM} -rf ${WRKSRC}/twclient/simplejson

Modified: head/net-mgmt/kismet/Makefile
==============================================================================
--- head/net-mgmt/kismet/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net-mgmt/kismet/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -46,14 +46,14 @@ CONFIGURE_ARGS+=--disable-pcre
 .endif
 
 .if ${PORT_OPTIONS:MSETUID}
-GROUPS =	kismet
+GROUPS=		kismet
 CONFIGURE_ARGS+=--with-suidgroup=wheel
-INSTALL_TARGET =	suidinstall
+INSTALL_TARGET=		suidinstall
 PLIST_SUB+=	SUID="" SUIDGROUP="${GROUPS}"
 PKGMESSAGE=	${WRKDIR}/suid_pkg-message
 SUB_FILES+=	suid_pkg-message
 .else
-INSTALL_TARGET =	install
+INSTALL_TARGET=		install
 CONFIGURE_ARGS+=--without-suidgroup
 PLIST_SUB+=	SUID="@comment " SUIDGROUP=""
 .endif

Modified: head/net-p2p/gnunet-gtk/Makefile
==============================================================================
--- head/net-p2p/gnunet-gtk/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net-p2p/gnunet-gtk/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -1,10 +1,10 @@
 # Created by: bf
 # $FreeBSD$
 
-PORTNAME=		gnunet-gtk
-DISTVERSION=		0.9.3
-CATEGORIES=		net-p2p ipv6 security
-MASTER_SITES=		GNU
+PORTNAME=	gnunet-gtk
+DISTVERSION=	0.9.3
+CATEGORIES=	net-p2p ipv6 security
+MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	gnunet
 
 MAINTAINER=	ports@FreeBSD.org
@@ -17,14 +17,14 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libgladeui-1.so:${PORTSDIR}/devel/glade3 \
 		libgnunetutil.so:${PORTSDIR}/net-p2p/gnunet
 
-INSTALLS_ICONS =	yes
-USE_AUTOTOOLS=		libltdl libtool
-USES=			pathfix iconv gmake pkgconfig
-USE_LDCONFIG=		yes
-
-CONFIGURE_ARGS =	--with-extractor=${LOCALBASE} \
-			--with-gnunet=${LOCALBASE} \
-			${ICONV_CONFIGURE_ARG}
+INSTALLS_ICONS=	yes
+USE_AUTOTOOLS=	libltdl libtool
+USES=		pathfix iconv gmake pkgconfig
+USE_LDCONFIG=	yes
+
+CONFIGURE_ARGS=	--with-extractor=${LOCALBASE} \
+		--with-gnunet=${LOCALBASE} \
+		${ICONV_CONFIGURE_ARG}
 
 MAN1=	gnunet-fs-gtk.1
 

Modified: head/net-p2p/gnunet/Makefile
==============================================================================
--- head/net-p2p/gnunet/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net-p2p/gnunet/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libunistring.so:${PORTSDIR}
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libextractor.so:${PORTSDIR}/textproc/libextractor
 
-OPTIONS_DEFINE =	HTTP
+OPTIONS_DEFINE=		HTTP
 
 HTTP_DESC=	Enable HTTP transport via libmicrohttpd
 MYSQL_DESC=	Use MySQL for the data store and cache
@@ -35,7 +35,7 @@ USE_AUTOTOOLS=	libltdl libtool
 USES=		iconv gmake
 USE_LDCONFIG=	yes
 
-CONFIGURE_ARGS =	--with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
+CONFIGURE_ARGS=		--with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
 			--with-daemon-config-dir=${PREFIX}/etc \
 			--with-extractor=${LOCALBASE} \
 			--with-libcurl=${LOCALBASE} \
@@ -44,7 +44,7 @@ CONFIGURE_ARGS =	--with-daemon-home-dir=
 			--with-ltdl-include=${LOCALBASE}/include \
 			--with-ltdl-lib=${LOCALBASE}/lib
 
-GROUPS =	gnunet
+GROUPS=		gnunet
 USERS=		gnunet
 
 MAN1=	gnunet-arm.1 gnunet-core.1 gnunet-directory.1 gnunet-download.1 \
@@ -73,7 +73,7 @@ report.sh
 .endif
 
 .if ${PORT_OPTIONS:MHTTP}
-BROKEN =	WITH_HTTP requires libmicrohttpd 0.9.18 or higher
+BROKEN=		WITH_HTTP requires libmicrohttpd 0.9.18 or higher
 LIB_DEPENDS+=		libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd
 CONFIGURE_ARGS+=	--with-microhttpd=${LOCALBASE}
 PLIST_SUB+=		HTTP=""

Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net/mpich2/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -47,7 +47,7 @@ CONFIGURE_ENV=	FCFLAGS="${FFLAGS}" \
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 .if ${FFLAGS} == "-O"
-FFLAGS =	-O2
+FFLAGS=		-O2
 .endif
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
 
@@ -75,7 +75,7 @@ PLIST_SUB+=	JAVA="@comment "
 PLX11=		"@comment "
 .else
 .if ! ${PORT_OPTIONS:MX11}
-IGNORE =	WITH_JAVA requires WITH_X11
+IGNORE=		WITH_JAVA requires WITH_X11
 .endif
 CONFIGURE_ARGS+=	--with-java="${JAVA_HOME}"
 USE_JAVA=	yes

Modified: head/net/nss_ldap/Makefile
==============================================================================
--- head/net/nss_ldap/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/net/nss_ldap/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -53,7 +53,7 @@ CFLAGS+="-DHAVE_LOGIN_CLASSES"
 .endif
 
 .if ${PORT_OPTIONS:MSASL}
-WANT_OPENLDAP_SASL	 = YES
+WANT_OPENLDAP_SASL=	 yes
 .endif
 
 post-extract:

Modified: head/science/fastcap/Makefile
==============================================================================
--- head/science/fastcap/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/science/fastcap/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -11,7 +11,7 @@ COMMENT=	Three-dimensional capacitance e
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config
-WRKSRC =	${WRKDIR}/fastcap-2.0wr
+WRKSRC=		${WRKDIR}/fastcap-2.0wr
 
 BINFILES=	busgen capgen cubegen fastcap pipedgen pyragen
 

Modified: head/science/fasthenry/Makefile
==============================================================================
--- head/science/fasthenry/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/science/fasthenry/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -11,7 +11,7 @@ COMMENT=	Multipole-accelerated inductanc
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config
-WRKSRC =	${WRKDIR}/fasthenry-3.0wr
+WRKSRC=		${WRKDIR}/fasthenry-3.0wr
 
 NO_STAGE=	yes
 post-patch:

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/security/tor-devel/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -40,7 +40,7 @@ USE_OPENSSL=	yes
 USE_RC_SUBR=	tor
 SUB_FILES=	pkg-message
 
-GROUPS =	_tor
+GROUPS=		_tor
 USERS=		_tor
 
 CONFLICTS=	tor-[0-9]*

Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/security/tor/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -37,7 +37,7 @@ USE_OPENSSL=	yes
 USE_RC_SUBR=	tor
 SUB_FILES=	pkg-message
 
-GROUPS =	_tor
+GROUPS=		_tor
 USERS=		_tor
 
 CONFLICTS=	tor-devel-[0-9]*

Modified: head/textproc/reflex/Makefile
==============================================================================
--- head/textproc/reflex/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/textproc/reflex/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -17,14 +17,14 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	YACC="${YACC}"
 PLIST_FILES=	bin/reflex bin/reflex++ include/reFlexLexer.h \
 		lib/librefl.a man/man1/reflex.1.gz
-WRKSRC =	${WRKDIR}/reflex-${PORTVERSION}
+WRKSRC=		${WRKDIR}/reflex-${PORTVERSION}
 
 regression-test test: check
 
 .for t in check bigcheck
 ${t}: build
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
-	${MAKE_ARGS} ${t};
+	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
+	${MAKE_ARGS} ${t};)
 
 .endfor
 

Modified: head/x11-toolkits/ocaml-lablgtk2/Makefile
==============================================================================
--- head/x11-toolkits/ocaml-lablgtk2/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/x11-toolkits/ocaml-lablgtk2/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -22,9 +22,9 @@ USE_OCAMLFIND_PLIST=	yes
 USE_OCAML_LDCONFIG=	yes
 USE_OCAML_WASH= 	yes
 
-OPTIONS_DEFINE =	GLADE GNOMECANVAS GNOMEUI GTKGLAREA GTKSOURCEVIEW2 GTKSPELL \
+OPTIONS_DEFINE=		GLADE GNOMECANVAS GNOMEUI GTKGLAREA GTKSOURCEVIEW2 GTKSPELL \
 			LIBRSVG2
-OPTIONS_DEFAULT =	${OPTIONS_DEFINE}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 GNOMECANVAS_DESC=	GnomeCanvas support
 GNOMEUI_DESC=		GNOME 2 UI support

Modified: head/x11/rxvt/Makefile
==============================================================================
--- head/x11/rxvt/Makefile	Tue Jul 29 20:51:09 2014	(r363389)
+++ head/x11/rxvt/Makefile	Tue Jul 29 20:55:27 2014	(r363390)
@@ -13,7 +13,7 @@ COMMENT=	Low memory usage xterm replacem
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 
-OPTIONS_DEFINE =	BIG5 GB GREEK HALF_SHADOW KANJI MENUBAR NEXT \
+OPTIONS_DEFINE=		BIG5 GB GREEK HALF_SHADOW KANJI MENUBAR NEXT \
 			TRANSPARENCY XGETDEFAULT XIM XTERM
 BIG5_DESC=		Build with BIG5 support
 GB_DESC=		Build with GB support



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