diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 18:36:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 18:36:57 +0000 |
commit | 2882f8e46401e1344bfab0e16a742fbd43666aaa (patch) | |
tree | f249719cd85c184d676b090f09785670909c5550 /audio/HVSC-Update | |
parent | 4655b57b463a1ec3ee20bfb70af9421c3a086cf5 (diff) |
Fix staging
Notes
Notes:
svn path=/head/; revision=334756
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r-- | audio/HVSC-Update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile index 33916b6bffde..212d709fe481 100644 --- a/audio/HVSC-Update/Makefile +++ b/audio/HVSC-Update/Makefile @@ -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 |