diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
commit | 9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /audio/xmms-gbsplay | |
parent | 8af2256613799ff75267d21ea7ecbf748835c87a (diff) | |
download | freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip |
Quiesce mkdir
Diffstat (limited to 'audio/xmms-gbsplay')
-rw-r--r-- | audio/xmms-gbsplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 5e3a03f1c4bb..b54bf4130e05 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -38,7 +38,7 @@ gbsplay-post-patch: /^default:/ s|$$(mans)||' ${WRKSRC}/Makefile do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input ${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so \ ${STAGEDIR}${PREFIX}/lib/xmms/Input |