From 8a650dee65fdcd57c9b7ad122302f4296a984571 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 16 Mar 2013 02:56:29 +0000 Subject: - Remove needless quoting of BROKEN/IGNORE - Trim headers PR: ports/168908 With hat: portmgr --- math/unixstat/Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'math/unixstat') 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: -- cgit v1.2.3