summaryrefslogtreecommitdiff
path: root/comms/yaps/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-05 09:37:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-05 09:37:00 +0000
commit01e9a8d2808033dcf07cc9320757f1bf95d70dac (patch)
treea8ed15c46bdb06e55f36525d4de58a5870029753 /comms/yaps/Makefile
parent- Clarify LICENSE (diff)
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=403040
Diffstat (limited to '')
-rw-r--r--comms/yaps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile
index 63a4f2790939..e783da30324d 100644
--- a/comms/yaps/Makefile
+++ b/comms/yaps/Makefile
@@ -21,6 +21,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yaps ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/yaps.rc ${STAGEDIR}${PREFIX}/etc/yaps.rc.sample
${INSTALL_MAN} ${WRKSRC}/yaps.1 ${STAGEDIR}${PREFIX}/man/man1/
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${STAGEDIR}${DOCSDIR}