Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 09:00:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426151 - head/math/py-gnuplot
Message-ID:  <201611150900.uAF90IQN066526@repo.freebsd.org>

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



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