Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2017 09:22:29 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452322 - head/archivers/paq
Message-ID:  <201710180922.v9I9MTpN051895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710180922.v9I9MTpN051895>