Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 11:07:28 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405411 - head/irc/py-supybot
Message-ID:  <201601071107.u07B7Swj057145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071107.u07B7Swj057145>