svn commit: r426151 - head/math/py-gnuplot

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 15 09:00:19 UTC 2016


Author: amdmi3
Date: Tue Nov 15 09:00:18 2016
New Revision: 426151
URL: https://svnweb.freebsd.org/changeset/ports/426151

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/math/py-gnuplot/Makefile

Modified: head/math/py-gnuplot/Makefile
==============================================================================
--- head/math/py-gnuplot/Makefile	Tue Nov 15 08:43:10 2016	(r426150)
+++ head/math/py-gnuplot/Makefile	Tue Nov 15 09:00:18 2016	(r426151)
@@ -12,16 +12,21 @@ DISTNAME=	gnuplot-py-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python interface to gnuplot plotting program
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	gnuplot:math/gnuplot \
 		${PYNUMPY}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 PORTDOCS=	*
 
-post-install:
+OPTIONS_DEFINE=	DOCS
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-all mailing list