forked from Lainports/freebsd-ports
- Switch to options helpers
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
9531bac2e7
commit
ef58e40490
2 changed files with 4 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue