aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gbsplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
commit50418f3429c458d9c665e20145ff04bf2b56c313 (patch)
treeffdf823f74a6103c3f4cbc16c1297de94f6eee89 /audio/gbsplay
parent60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff)
downloadfreebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz
freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.zst
freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.zip
Quiesce mkdir
Diffstat (limited to 'audio/gbsplay')
-rw-r--r--audio/gbsplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile
index f1add4d1a8a8..b818735ffa49 100644
--- a/audio/gbsplay/Makefile
+++ b/audio/gbsplay/Makefile
@@ -73,7 +73,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN${f:E}PREFIX}/man/man${f:E}
.endfor
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/nightmode.gbs \
${STAGEDIR}${EXAMPLESDIR}
@@ -88,7 +88,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/po/${l}.mo \
${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES/gbsplay.mo
.endfor
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor