svn commit: r334756 - head/audio/HVSC-Update

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 18:36:58 UTC 2013


Author: bapt
Date: Sun Nov 24 18:36:57 2013
New Revision: 334756
URL: http://svnweb.freebsd.org/changeset/ports/334756

Log:
  Fix staging

Modified:
  head/audio/HVSC-Update/Makefile

Modified: head/audio/HVSC-Update/Makefile
==============================================================================
--- head/audio/HVSC-Update/Makefile	Sun Nov 24 18:36:36 2013	(r334755)
+++ head/audio/HVSC-Update/Makefile	Sun Nov 24 18:36:57 2013	(r334756)
@@ -21,7 +21,7 @@ PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor


More information about the svn-ports-all mailing list