From c72ea155ce5ee61e1ebe83465bb4b4e98569ada8 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Thu, 6 May 2004 19:49:54 +0000 Subject: Make portlint happy by replacing space to tab PR: 65409 Submitted by: trevor --- math/atlas-devel/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'math/atlas-devel') diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index a664daec1f14..01699b7a4233 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -13,16 +13,16 @@ PORTVERSION= 3.7.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= math-atlas -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org -COMMENT= Development version of math/atlas +COMMENT= Development version of math/atlas USE_BZIP2= yes WRKSRC= ${WRKDIR}/ATLAS -INSTALLS_SHLIB= yes -USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_REINPLACE= yes NO_PACKAGE= runtime performance heavily depends on building environment .include @@ -33,9 +33,9 @@ USE_GCC=3.3 # only affects for lapack sub project .if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fstrength-reduce -funroll-loops -fexpensive-optimizations +FFLAGS+=-pipe -O3 -ffast-math -finline-functions -fstrength-reduce -funroll-loops -fexpensive-optimizations .if (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH} == "amd64" ) -FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double +FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double .endif # i386 .endif @@ -50,7 +50,7 @@ post-patch: @(cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/alpha-patch) .endif -PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG +PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG ANSWER_i386?= ${PRINTF} "\n\n\n\n\n\n\n\n\n\n" ANSWER_ia64?= ${PRINTF} "\n\n\n2\n\n\n\n\nf77\n-O2 -static\n\n" -- cgit v1.2.3