diff options
Diffstat (limited to 'math/unixstat/Makefile')
-rw-r--r-- | math/unixstat/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile index 0fbfcabb5806..974bd79127fd 100644 --- a/math/unixstat/Makefile +++ b/math/unixstat/Makefile @@ -16,15 +16,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= mwm@mired.org COMMENT= A statistics package designed for use with the Unix shell -RESTRICTED= "License does not allow redistribution of binaries" +RESTRICTED= License does not allow mass redistribution. .include <bsd.port.pre.mk> -.if ( ${OSVERSION} < 500000 ) -EXTRACT_DEPENDS=gtar:${PORTSDIR}/archivers/gtar -TAR= gtar -.endif - EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS=-c EXTRACT_AFTER_ARGS=| ${TAR} -xf - |