diff options
author | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
commit | 0b7cae99d95cb6f9e01f28b743bfe78cdd891f95 (patch) | |
tree | 05d7dd670545ccd765b1c382417da5761c7fdd1a /science/psi3 | |
parent | 50f19019ab8b4be06345305a6d009ab3abf9e483 (diff) | |
download | freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.gz freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.zst freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.zip |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
Diffstat (limited to 'science/psi3')
-rw-r--r-- | science/psi3/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile index c3df302584cc..fcfc1fe31437 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ # http://www.psicode.org/downloads.php MASTER_SITE_SUBDIR= maho/psi3 DISTNAME= psi-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.bz2 .if !defined(NOPORTDOCS) -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc +DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc .endif DIST_SUBDIR= psi3 @@ -40,13 +40,13 @@ CONFIGURE_ARGS= --with-cc=${CC} \ --with-libs="-lcompat" .if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar +FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double +CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double +CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar .if (${MACHINE_ARCH} == "i386") -FFLAGS+= -mfancy-math-387 -CFLAGS+= -mfancy-math-387 -CXXFLAGS+= -mfancy-math-387 +FFLAGS+= -mfancy-math-387 +CFLAGS+= -mfancy-math-387 +CXXFLAGS+= -mfancy-math-387 .endif # i386 .endif |