Index: head/sysutils/afio/Makefile =================================================================== --- head/sysutils/afio/Makefile (revision 454873) +++ head/sysutils/afio/Makefile (revision 454874) @@ -1,36 +1,38 @@ # Created by: Juergen Lock # $FreeBSD$ PORTNAME= afio PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SUNSITE/system/backup MAINTAINER= portmaster@BSDforge.com COMMENT= Archiver and backup program with builtin compression LICENSE= ART20 BSD2CLAUSE LICENSE_COMB= multi USES= tar:tgz shebangfix SHEBANG_FILES= script1/backup script2/backup ALL_TARGET= ${PORTNAME} SUB_FILES= pkg-message PLIST_FILES= bin/afio man/man1/afio.1.gz PORTDOCS= HISTORY README SCRIPTS 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} .include Index: head/sysutils/afio/pkg-descr =================================================================== --- head/sysutils/afio/pkg-descr (revision 454873) +++ head/sysutils/afio/pkg-descr (revision 454874) @@ -1,9 +1,9 @@ Afio makes cpio-format archives. It deals fairly gracefully with potential input data corruption. Supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar, 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/