svn commit: r338596 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 3 23:22:48 UTC 2014


Author: bapt
Date: Fri Jan  3 23:22:48 2014
New Revision: 338596
URL: http://svnweb.freebsd.org/changeset/ports/338596

Log:
  Mark the -message targets as PHONY

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jan  3 23:21:23 2014	(r338595)
+++ head/Mk/bsd.port.mk	Fri Jan  3 23:22:48 2014	(r338596)
@@ -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:


More information about the svn-ports-all mailing list