aboutsummaryrefslogtreecommitdiff
path: root/net-im/bsflite
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 /net-im/bsflite
parent60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff)
downloadports-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz
ports-50418f3429c458d9c665e20145ff04bf2b56c313.zip
Notes
Diffstat (limited to 'net-im/bsflite')
-rw-r--r--net-im/bsflite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile
index 8a84c9770764..c3e366dfdd24 100644
--- a/net-im/bsflite/Makefile
+++ b/net-im/bsflite/Makefile
@@ -22,9 +22,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/config-example ${STAGEDIR}${EXAMPLESDIR}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor