Fix build on > 4.x (don't unconditionally try to execute gtar)

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2005-08-03 01:14:44 +00:00
parent 97b835e225
commit e50c56fdcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140741

View file

@ -22,11 +22,12 @@ RESTRICTED= "License does not allow redistribution of binaries"
.if ( ${OSVERSION} < 500000 )
EXTRACT_DEPENDS=gtar:${PORTSDIR}/archivers/gtar
TAR= gtar
.endif
EXTRACT_CMD= uncompress
EXTRACT_BEFORE_ARGS=-c
EXTRACT_AFTER_ARGS=| gtar -xf -
EXTRACT_AFTER_ARGS=| ${TAR} -xf -
MAN1= abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \
dsort.1 features.1 ff.1 fls.1 fpack.1 linex.1 maketrix.1 \