svn commit: r363693 - head/Mk
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 1 11:32:15 UTC 2014
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.
More information about the svn-ports-head
mailing list