Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 11:32:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363693 - head/Mk
Message-ID:  <201408011132.s71BWFCF040159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug  1 11:32:14 2014
New Revision: 363693
URL: http://svnweb.freebsd.org/changeset/ports/363693
QAT: https://qat.redports.org/buildarchive/r363693/

Log:
  Revert another part of r361917
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Aug  1 09:20:24 2014	(r363692)
+++ head/Mk/bsd.port.mk	Fri Aug  1 11:32:14 2014	(r363693)
@@ -1184,7 +1184,8 @@ STRIPBIN=	${STRIP_CMD}
 # ${FILEDIR}/patch-* files from them.
 
 .if !target(makepatch)
-makepatch: ${FILESDIR}
+makepatch:
+	@${MKDIR} ${FILESDIR}
 	@(cd ${PATCH_WRKSRC}; \
 		for i in `find . -type f -name '*.orig'`; do \
 			ORG=$$i; \
@@ -3254,7 +3255,7 @@ options-message:
 	@${ECHO_MSG} "===>  Found saved configuration for ${_OPTIONS_READ}"
 .endif
 
-${FILESDIR} ${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${WRKSRC}:
+${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${WRKSRC}:
 	@${MKDIR} ${.TARGET}
 
 # Warn user about deprecated packages.  Advisory only.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011132.s71BWFCF040159>