svn commit: r328110 - head/audio/alac
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 24 11:20:30 UTC 2013
Author: bapt
Date: Tue Sep 24 11:20:29 2013
New Revision: 328110
URL: http://svnweb.freebsd.org/changeset/ports/328110
Log:
Fix after staging conversion
Modified:
head/audio/alac/Makefile
Modified: head/audio/alac/Makefile
==============================================================================
--- head/audio/alac/Makefile Tue Sep 24 11:19:49 2013 (r328109)
+++ head/audio/alac/Makefile Tue Sep 24 11:20:29 2013 (r328110)
@@ -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
More information about the svn-ports-head
mailing list