svn commit: r405411 - head/irc/py-supybot

Martin Wilke miwi at FreeBSD.org
Thu Jan 7 11:07:29 UTC 2016


Author: miwi
Date: Thu Jan  7 11:07:28 2016
New Revision: 405411
URL: https://svnweb.freebsd.org/changeset/ports/405411

Log:
  - Convert to options helper

Modified:
  head/irc/py-supybot/Makefile

Modified: head/irc/py-supybot/Makefile
==============================================================================
--- head/irc/py-supybot/Makefile	Thu Jan  7 11:00:54 2016	(r405410)
+++ head/irc/py-supybot/Makefile	Thu Jan  7 11:07:28 2016	(r405411)
@@ -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}


More information about the svn-ports-head mailing list