Date: Thu, 29 Aug 2013 14:05:16 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325596 - head/math/unixstat Message-ID: <201308291405.r7TE5GbJ057341@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308291405.r7TE5GbJ057341>