svn commit: r325596 - head/math/unixstat
Bryan Drewery
bdrewery at FreeBSD.org
Thu Aug 29 14:05:16 UTC 2013
Author: bdrewery
Date: Thu Aug 29 14:05:16 2013
New Revision: 325596
URL: http://svnweb.freebsd.org/changeset/ports/325596
Log:
- 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
Modified:
head/math/unixstat/Makefile
Modified: head/math/unixstat/Makefile
==============================================================================
--- head/math/unixstat/Makefile Thu Aug 29 13:33:55 2013 (r325595)
+++ head/math/unixstat/Makefile Thu Aug 29 14:05:16 2013 (r325596)
@@ -13,7 +13,6 @@ MAINTAINER= mwm at 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 con
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\
More information about the svn-ports-head
mailing list