1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Use post-install-DOCS-on: instead of post-install:

Submitted by:	mat
Differential Revision:	https://reviews.freebsd.org/D16095/new/
This commit is contained in:
Daichi GOTO 2018-09-21 08:50:53 +00:00
parent 333624d8b1
commit 852b575a34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480241

View File

@ -21,7 +21,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
post-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}