diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 17:07:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 17:07:46 +0000 |
commit | 23534aa6a6cdb38db4d4305051d97df0d4e7a438 (patch) | |
tree | e31e83db2ec68b0ea5131545c6f8955985d2e1c2 /math/unixstat/Makefile | |
parent | 8640099a715c84fd3226c8555a0271f83958045f (diff) |
Notes
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 - |