diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
commit | 8a650dee65fdcd57c9b7ad122302f4296a984571 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /math/unixstat | |
parent | 4820fa4509fa68704bce01f9c75fd9e1db08d655 (diff) | |
download | ports-8a650dee65fdcd57c9b7ad122302f4296a984571.tar.gz ports-8a650dee65fdcd57c9b7ad122302f4296a984571.zip |
Notes
Diffstat (limited to 'math/unixstat')
-rw-r--r-- | math/unixstat/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
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: |