aboutsummaryrefslogtreecommitdiff
path: root/math/unixstat
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:05:16 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:05:16 +0000
commitda800584fd5202def10f4f1c79f20740440754ef (patch)
tree7de7c7812cf030a21b78c6bdbecc39a787a18960 /math/unixstat
parenta1347c0438e22f3fa7301bd027e070648e44c5dc (diff)
downloadports-da800584fd5202def10f4f1c79f20740440754ef.tar.gz
ports-da800584fd5202def10f4f1c79f20740440754ef.zip
- 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
Notes
Notes: svn path=/head/; revision=325596
Diffstat (limited to 'math/unixstat')
-rw-r--r--math/unixstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile
index a07974d5c1d1..ebc62d1c5c79 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\