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/xmms-sapplug/Makefile | |
parent | Catch up with latest from upstream. (diff) |
Quiesce mkdir
Diffstat (limited to 'audio/xmms-sapplug/Makefile')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index d877eecab1aa..3fcb1ed262a1 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -51,7 +51,7 @@ post-patch: ${WRKSRC}/saplib/Makefile do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input ${INSTALL_DATA} ${WRKSRC}/libsap.so \ ${STAGEDIR}${PREFIX}/lib/xmms/Input/libsap.so |