aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyncbackup/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-14 03:56:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-14 03:56:01 +0000
commit9b9d8e5f9cf7614dbf2dedbc366271339a05d526 (patch)
tree5fbbc19252fd275242cc25decf5f667cbe202285 /sysutils/rsyncbackup/Makefile
parent79957c75ea6b7ec1bee889d7cd44c156352cd77d (diff)
downloadports-9b9d8e5f9cf7614dbf2dedbc366271339a05d526.tar.gz
ports-9b9d8e5f9cf7614dbf2dedbc366271339a05d526.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=401563
Diffstat (limited to 'sysutils/rsyncbackup/Makefile')
-rw-r--r--sysutils/rsyncbackup/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile
index 662e8b3ff721..2fc4113ca493 100644
--- a/sysutils/rsyncbackup/Makefile
+++ b/sysutils/rsyncbackup/Makefile
@@ -33,6 +33,8 @@ do-install:
${INSTALL_DATA} ${CONFIGSRC}/${configfile} \
${STAGEDIR}${ETCDIR}/${configfile}.example
.endfor
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})