1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Switch to options helpers

This commit is contained in:
Dmitry Marakasov 2016-01-11 11:02:30 +00:00
parent 3a8af43d79
commit f3733f40cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405773

View File

@ -23,6 +23,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}