aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-09-26 20:28:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-09-26 20:28:53 +0000
commit7b6015bee43a91422b260b4ce8b16beb1275ea80 (patch)
treed5809eed8cd4382ecdaacfff63e7109390c9a076 /Mk/bsd.port.mk
parentf8095da4a61d61b33b4474eaef4474b4fe942826 (diff)
downloadports-7b6015bee43a91422b260b4ce8b16beb1275ea80.tar.gz
ports-7b6015bee43a91422b260b4ce8b16beb1275ea80.zip
Fix post-clean.
Submitted by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=450697
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 199fc8dd84d8..dab637d3fb31 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3730,7 +3730,7 @@ do-clean-noflavor:
@cd ${.CURDIR} && ${SETENV} ${MAKE} do-clean
.if target(post-clean)
CLEAN_DEPENDENCIES+= post-clean-noflavor
-post-clean-${_f}:
+post-clean-noflavor:
@cd ${.CURDIR} && ${SETENV} ${MAKE} post-clean
.endif
.ORDER: ${CLEAN_DEPENDENCIES}