aboutsummaryrefslogtreecommitdiff
path: root/sysutils/magicrescue
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:26:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:26:57 +0000
commit50418f3429c458d9c665e20145ff04bf2b56c313 (patch)
treeffdf823f74a6103c3f4cbc16c1297de94f6eee89 /sysutils/magicrescue
parent60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff)
downloadports-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz
ports-50418f3429c458d9c665e20145ff04bf2b56c313.zip
Notes
Diffstat (limited to 'sysutils/magicrescue')
-rw-r--r--sysutils/magicrescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index 01495e2dc2b1..8ac1b1097169 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS
MAKE_ENV+= STAGEDIR=${STAGEDIR}
post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in NEWS README
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor