- Switch to options helpers

- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-11-25 09:00:15 +00:00
parent 9531bac2e7
commit ef58e40490
2 changed files with 4 additions and 2 deletions

View file

@ -26,9 +26,11 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} script? ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${FILESDIR}/afiodump.example ${STAGEDIR}${EXAMPLESDIR}

View file

@ -6,4 +6,4 @@ or cpio archives. Afio has a tremendous number of options.
Afio might be best used as an `archive engine' in a backup
script.
WWW: http://BSDforge.com/projects/sysutils/afio/
WWW: https://BSDforge.com/projects/sysutils/afio/