summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 23:22:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 23:22:48 +0000
commit1b4b1006f85e643e33ea05b69c2015b0138945b2 (patch)
tree9b8174051aec44f2988ec3c0689776231f491ac0 /Mk
parentextract-message target definition was moved by mistake (diff)
Mark the -message targets as PHONY
Notes
Notes: svn path=/head/; revision=338596
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6bd9fefc65eb..7e9b92103cdc 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -4256,6 +4256,7 @@ security-check:
# call the necessary targets/scripts.
################################################################
+.PHONY: extract-message patch-message configure-message stage-message install-message package-message
extract-message:
@${ECHO_MSG} "===> Extracting for ${PKGNAME}"
patch-message: