svn commit: r344398 - head/math/lybniz

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 15 14:52:01 UTC 2014


Author: danilo
Date: Sat Feb 15 14:52:01 2014
New Revision: 344398
URL: http://svnweb.freebsd.org/changeset/ports/344398
QAT: https://qat.redports.org/buildarchive/r344398/

Log:
  - Add stage support
  - Add LICENSE

Modified:
  head/math/lybniz/Makefile

Modified: head/math/lybniz/Makefile
==============================================================================
--- head/math/lybniz/Makefile	Sat Feb 15 14:44:36 2014	(r344397)
+++ head/math/lybniz/Makefile	Sat Feb 15 14:52:01 2014	(r344398)
@@ -10,11 +10,12 @@ MASTER_SITES=	SF/${PORTNAME}2/${PORTNAME
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mathematical function graph plotter
 
+LICENSE=	BSD3CLAUSE
+
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2 gnomehier
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\
 		${WRKSRC}/${PORTNAME}.py


More information about the svn-ports-head mailing list