1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to options helper

This commit is contained in:
Martin Wilke 2016-01-07 11:07:28 +00:00
parent afe4b718fa
commit ac174b9c20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405411

View File

@ -25,6 +25,8 @@ OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ACKS ChangeLog README RELNOTES
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}