svn commit: r555755 - head/Mk

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Nov 20 11:05:59 UTC 2020


Author: 0mp
Date: Fri Nov 20 11:05:58 2020
New Revision: 555755
URL: https://svnweb.freebsd.org/changeset/ports/555755

Log:
  Revert parts of r555738 which were probably not meant to be committed
  
  PR:		248402
  Reported by:	Franco Fichtner <franco at opnsense.org>
  Approved by:	portmgr blanket

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Nov 20 10:41:13 2020	(r555754)
+++ head/Mk/bsd.port.mk	Fri Nov 20 11:05:58 2020	(r555755)
@@ -2173,9 +2173,6 @@ TAR?=	/usr/bin/tar
 EXTRACT_CMD?=	${TAR}
 EXTRACT_BEFORE_ARGS?=	-xf
 EXTRACT_AFTER_ARGS?=	--no-same-owner --no-same-permissions
-.if ${EXTRACT_SUFX} == .zip
-USES+= foo
-.endif
 
 # Figure out where the local mtree file is
 .if !defined(MTREE_FILE) && !defined(NO_MTREE)


More information about the svn-ports-all mailing list