aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-24 19:20:29 +0800
committerbapt <bapt@FreeBSD.org>2013-09-24 19:20:29 +0800
commit0b97abbc7b9d2debf0a7ea06d991747256f6dc17 (patch)
tree55977c7bdb7b3c596a6c6fe4080fd860197ef1f9
parentfef2cc4c08875aeea8f55acbfc20fb31d14be02f (diff)
downloadfreebsd-ports-gnome-0b97abbc7b9d2debf0a7ea06d991747256f6dc17.tar.gz
freebsd-ports-gnome-0b97abbc7b9d2debf0a7ea06d991747256f6dc17.tar.zst
freebsd-ports-gnome-0b97abbc7b9d2debf0a7ea06d991747256f6dc17.zip
Fix after staging conversion
-rw-r--r--audio/alac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile
index 2ab1e635a036..e6d9afd32455 100644
--- a/audio/alac/Makefile
+++ b/audio/alac/Makefile
@@ -26,7 +26,7 @@ PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/alac ${STAGEDIR}${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif