aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-25 09:00:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-25 09:00:15 +0000
commitef58e4049016ef55cd2c2a28dc567d1aed1c8a2a (patch)
treebe382f1fd3e90ce89ca2a4a198d5d57ad8862326 /sysutils/afio
parent9531bac2e74c05b233faa7c19aa7acea2bba5540 (diff)
downloadports-ef58e4049016ef55cd2c2a28dc567d1aed1c8a2a.tar.gz
ports-ef58e4049016ef55cd2c2a28dc567d1aed1c8a2a.zip
- Switch to options helpers
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=454874
Diffstat (limited to 'sysutils/afio')
-rw-r--r--sysutils/afio/Makefile4
-rw-r--r--sysutils/afio/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile
index ff5da294a953..76d07efc2958 100644
--- a/sysutils/afio/Makefile
+++ b/sysutils/afio/Makefile
@@ -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}
diff --git a/sysutils/afio/pkg-descr b/sysutils/afio/pkg-descr
index b36cf1ae03ae..18706efdf425 100644
--- a/sysutils/afio/pkg-descr
+++ b/sysutils/afio/pkg-descr
@@ -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/