svn commit: r463438 - head/deskutils/py-send2trash

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 2 18:52:27 UTC 2018


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}
 


More information about the svn-ports-head mailing list