Fix build on > 4.x (don't unconditionally try to execute gtar)
Approved by: portmgr (self)
This commit is contained in:
parent
97b835e225
commit
e50c56fdcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140741
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue