summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-07 11:07:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-07 11:07:28 +0000
commitac174b9c2012ab7ade83a53d6396d912a8ef9efe (patch)
tree8bc9ce5ab48886252846a00c045825af30537f94 /irc
parentUpdate to 1.5.7. (diff)
- Convert to options helper
Notes
Notes: svn path=/head/; revision=405411
Diffstat (limited to 'irc')
-rw-r--r--irc/py-supybot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile
index 8897a6e41778..d326e69eb0e5 100644
--- a/irc/py-supybot/Makefile
+++ b/irc/py-supybot/Makefile
@@ -25,6 +25,8 @@ OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ACKS ChangeLog README RELNOTES
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}