summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-22 22:22:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-22 22:22:59 +0000
commit302b9c5847f05c0693ba0c2d6d2aebdc65415424 (patch)
tree8432ed4935f249106be1c801a56d1df6d08779c7 /Mk
parentFix MOVED entry (diff)
Simplify test on zipped PATCHFILES
Notes
Notes: svn path=/head/; revision=390336
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b112e98b657e..9d281c951a22 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1637,11 +1637,9 @@ MAKE_SHELL?= ${SH}
CONFIGURE_ENV+= SHELL=${CONFIGURE_SHELL} CONFIG_SHELL=${CONFIGURE_SHELL}
MAKE_ENV+= SHELL=${MAKE_SHELL} NO_LINT=YES
-.if defined(PATCHFILES)
-.if ${PATCHFILES:M*.zip}x != x
+.if defined(PATCHFILES) && ${PATCHFILES:M*.zip}
PATCH_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
.endif
-.endif
# Check the compatibility layer for amd64/ia64