summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-08-29 14:05:16 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-08-29 14:05:16 +0000
commitd12d781dfcb5c380ac68ed26c7ea876fee670e6c (patch)
tree7de7c7812cf030a21b78c6bdbecc39a787a18960
parent062485fcc3ea10a71d0882661eab23972ae58b0a (diff)
downloadFreeBSD-ports-d12d781dfcb5c380ac68ed26c7ea876fee670e6c.zip
FreeBSD-ports-d12d781dfcb5c380ac68ed26c7ea876fee670e6c.tar.gz
- This is not BROKEN, it just needs manual fetching. Remove
check for PACKAGE_BUILDING so it properly sets IGNORE if the distfile is missing With hat: portmgr
-rw-r--r--math/unixstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile
index a07974d..ebc62d1 100644
--- a/math/unixstat/Makefile
+++ b/math/unixstat/Makefile
@@ -13,7 +13,6 @@ MAINTAINER= mwm@mired.org
COMMENT= A statistics package designed for use with the Unix shell
RESTRICTED= License does not allow mass redistribution.
-BROKEN= Does not fetch
.include <bsd.port.pre.mk>
@@ -27,7 +26,7 @@ MAN1= abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \
rankrel.1 ranksort.1 regress.1 repeat.1 reverse.1 series.1 \
stats.1 transpose.1 ts.1 unixstat.1 validata.1
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
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\
OpenPOWER on IntegriCloud