diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
commit | 2645d9937b19ac3669ffe4262fa2e78386fa0717 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /math | |
parent | 2104542c7d60419a051b2de52d7fb92e19db7aa6 (diff) | |
download | freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.gz freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.zst freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.zip |
- Remove needless quoting of BROKEN/IGNORE
- Trim headers
PR: ports/168908
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/libflame/Makefile | 9 | ||||
-rw-r--r-- | math/octave-forge-es/Makefile | 8 | ||||
-rw-r--r-- | math/unixstat/Makefile | 16 |
3 files changed, 10 insertions, 23 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index b957495033ef..c0700aa01115 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libflame -# Date created: 1 Jan 2012 -# Whom: bf@FreeBSD.org -# +# Created by: bf@FreeBSD.org # $FreeBSD$ -# PORTNAME= libflame DISTVERSION= r7421 @@ -117,7 +112,7 @@ WITH_BLAS?= atlas_c WITH_BLAS?= reference_c .endif .if !(${WITH_BLAS} == "atlas_c" || ${WITH_BLAS} == "reference_c") -IGNORE = : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS}" +IGNORE= : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS} .endif .elif exists(${LOCALBASE}/lib/libgoto2.so) WITH_BLAS?= gotoblas diff --git a/math/octave-forge-es/Makefile b/math/octave-forge-es/Makefile index f95c68266e92..cabfafe178b3 100644 --- a/math/octave-forge-es/Makefile +++ b/math/octave-forge-es/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-es -# Date created: 6 June 2010 -# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> # $FreeBSD$ -# PORTNAME= octave-forge-es PORTVERSION= 0.0.4 @@ -13,7 +9,7 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -BROKEN= "Does not build" +BROKEN= does not build # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile index 974bd79127fd..a314e8dfd717 100644 --- a/math/unixstat/Makefile +++ b/math/unixstat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stat -# Date created: 23 August 2001 -# Whom: mwm -# +# Created by: mwm # $FreeBSD$ -# PORTNAME= unixstat PORTVERSION= 5.4 @@ -31,11 +27,11 @@ MAN1= abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \ stats.1 transpose.1 ts.1 unixstat.1 validata.1 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE="Gary Perlman requires that users agree to his license"\ -"before he will allow access to the distfile."\ -"See his web site at http://www.acm.org/~perlman/stat/ for"\ -"details. Then put ${DISTNAME}${EXTRACT_SUFX} in"\ -"${DISTDIR} and run make again" +IGNORE= Gary Perlman requires that users agree to his license\ +before he will allow access to the distfile.\ +See his web site at http://www.acm.org/~perlman/stat/ for\ +details. Then put ${DISTNAME}${EXTRACT_SUFX} in\ +${DISTDIR} and run make again .endif post-patch: |