diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 11:32:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 11:32:14 +0000 |
commit | 9aa789468c9f58f19d0d36c47f92a39cf27d0856 (patch) | |
tree | a0414ab12c29edeaa2ed6441caa977944c466298 /Mk/bsd.port.mk | |
parent | 2fd78194957c166326af2bd5406b4cbcad3a6674 (diff) | |
download | ports-9aa789468c9f58f19d0d36c47f92a39cf27d0856.tar.gz ports-9aa789468c9f58f19d0d36c47f92a39cf27d0856.zip |
Revert another part of r361917
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=363693
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index cdbd7ad31fa7..a6ed0b96b050 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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. |