- Remove archivers/zip build dependency

This commit is contained in:
Alex Kozlov 2017-10-18 09:22:29 +00:00
parent 98ab8fdae8
commit 5b5905555a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452322

View File

@ -16,7 +16,7 @@ COMMENT= Family of archivers with extremely high compression ratios
LICENSE= GPLv3 MIT
LICENSE_COMB= multi
USES= dos2unix zip:infozip
USES= dos2unix zip
EXTRACT_AFTER_ARGS= -x *.bat *.exe readme.txt -d ${WRKSRC}
NO_WRKSUBDIR= yes
@ -74,7 +74,7 @@ post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/zpsfx101.cpp ${WRKSRC}/zpsfx.cpp
.if ${PORT_OPTIONS:MDOCS}
.for r in ${READMES}
@${UNZIP_CMD} -pq ${DISTDIR}/${DIST_SUBDIR}/${r}.zip readme.txt > ${WRKSRC}/readme_${r:R}.txt
@${UNZIP_NATIVE_CMD} -pq ${DISTDIR}/${DIST_SUBDIR}/${r}.zip readme.txt > ${WRKSRC}/readme_${r:R}.txt
.endfor
.endif