1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Fix after staging conversion

This commit is contained in:
Baptiste Daroussin 2013-09-24 11:20:29 +00:00
parent 55afc97653
commit 7e1fda774e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328110

View File

@ -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