diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:26:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:26:57 +0000 |
commit | 50418f3429c458d9c665e20145ff04bf2b56c313 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /audio/sidplayer | |
parent | 60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff) |
Quiesce mkdir
Notes
Notes:
svn path=/head/; revision=348550
Diffstat (limited to 'audio/sidplayer')
-rw-r--r-- | audio/sidplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile index df22c50bd7f9..12c399873098 100644 --- a/audio/sidplayer/Makefile +++ b/audio/sidplayer/Makefile @@ -29,7 +29,7 @@ post-patch: do-install: ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR} post-install: |