svn commit: r405145 - head/devel/py-iniparse

Martin Wilke miwi at FreeBSD.org
Sun Jan 3 13:47:29 UTC 2016


Author: miwi
Date: Sun Jan  3 13:47:27 2016
New Revision: 405145
URL: https://svnweb.freebsd.org/changeset/ports/405145

Log:
  - Convert to options helper

Modified:
  head/devel/py-iniparse/Makefile

Modified: head/devel/py-iniparse/Makefile
==============================================================================
--- head/devel/py-iniparse/Makefile	Sun Jan  3 13:47:01 2016	(r405144)
+++ head/devel/py-iniparse/Makefile	Sun Jan  3 13:47:27 2016	(r405145)
@@ -12,13 +12,15 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Better INI parser for Python
 
+OPTIONS_DEFINE=	DOCS
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	Changelog README
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list