1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix build as a user.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-04-17 22:14:02 +00:00
parent 6587ed6e34
commit aa14c304f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351504

View File

@ -18,7 +18,7 @@ USE_PERL5= configure
PORTDOCS= Changes README
post-install:
@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${STAGEDIR}${DOCSDIR}
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>