1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Revert parts of r555738 which were probably not meant to be committed

PR:		248402
Reported by:	Franco Fichtner <franco@opnsense.org>
Approved by:	portmgr blanket
This commit is contained in:
Mateusz Piotrowski 2020-11-20 11:05:58 +00:00
parent 9a4ce488e8
commit 873509308e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555755

View File

@ -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)