diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:11:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:11:40 +0000 |
commit | 403890a6887ad5fd77114330dc4119158d21d0a4 (patch) | |
tree | 30d5f1ae1e55ce564d037a65b0932481c309eba0 /irc/py-supybot | |
parent | de494a80910bba9be314cb2d32f0c7e07de7b33f (diff) | |
download | ports-403890a6887ad5fd77114330dc4119158d21d0a4.tar.gz ports-403890a6887ad5fd77114330dc4119158d21d0a4.zip |
Notes
Diffstat (limited to 'irc/py-supybot')
-rw-r--r-- | irc/py-supybot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile index 523fc25bcf05..e425071a28e8 100644 --- a/irc/py-supybot/Makefile +++ b/irc/py-supybot/Makefile @@ -23,17 +23,17 @@ MANCOMPRESSED= no MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \ supybot-plugin-create.1 supybot-plugin-doc.1 +OPTIONS_DEFINE= DOCS + post-install: .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${STAGEDIR}${DOCSDIR} -.endif .if !defined(BATCH) @${CAT} ${PKGMESSAGE} .endif |