svn commit: r452322 - head/archivers/paq

Alex Kozlov ak at FreeBSD.org
Wed Oct 18 09:22:30 UTC 2017


Author: ak
Date: Wed Oct 18 09:22:29 2017
New Revision: 452322
URL: https://svnweb.freebsd.org/changeset/ports/452322

Log:
  - Remove archivers/zip build dependency

Modified:
  head/archivers/paq/Makefile

Modified: head/archivers/paq/Makefile
==============================================================================
--- head/archivers/paq/Makefile	Wed Oct 18 09:04:18 2017	(r452321)
+++ head/archivers/paq/Makefile	Wed Oct 18 09:22:29 2017	(r452322)
@@ -16,7 +16,7 @@ COMMENT=	Family of archivers with extremely high compr
 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


More information about the svn-ports-all mailing list