Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2018 18:52:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463438 - head/deskutils/py-send2trash
Message-ID:  <201803021852.w22IqPdH058769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar  2 18:52:24 2018
New Revision: 463438
URL: https://svnweb.freebsd.org/changeset/ports/463438

Log:
  Convert to options target helper
  
  Approved by:	portmgr (blanket)

Modified:
  head/deskutils/py-send2trash/Makefile

Modified: head/deskutils/py-send2trash/Makefile
==============================================================================
--- head/deskutils/py-send2trash/Makefile	Fri Mar  2 18:52:19 2018	(r463437)
+++ head/deskutils/py-send2trash/Makefile	Fri Mar  2 18:52:24 2018	(r463438)
@@ -20,7 +20,7 @@ USE_PYTHON=	distutils autoplist
 PORTDOCS=	CHANGES.rst README.rst
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 



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