diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 22:05:16 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 22:05:16 +0800 |
commit | d12d781dfcb5c380ac68ed26c7ea876fee670e6c (patch) | |
tree | 7de7c7812cf030a21b78c6bdbecc39a787a18960 | |
parent | 062485fcc3ea10a71d0882661eab23972ae58b0a (diff) | |
download | freebsd-ports-gnome-d12d781dfcb5c380ac68ed26c7ea876fee670e6c.tar.gz freebsd-ports-gnome-d12d781dfcb5c380ac68ed26c7ea876fee670e6c.tar.zst freebsd-ports-gnome-d12d781dfcb5c380ac68ed26c7ea876fee670e6c.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
-rw-r--r-- | math/unixstat/Makefile | 3 |
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\ |