svn commit: r358812 - head/math/py-ufl

William Grzybowski wg at FreeBSD.org
Sun Jun 22 14:55:51 UTC 2014


Author: wg
Date: Sun Jun 22 14:55:50 2014
New Revision: 358812
URL: http://svnweb.freebsd.org/changeset/ports/358812
QAT: https://qat.redports.org/buildarchive/r358812/

Log:
  math/py-ufl: support stage
  
  - Use auto plist

Deleted:
  head/math/py-ufl/pkg-plist
Modified:
  head/math/py-ufl/Makefile

Modified: head/math/py-ufl/Makefile
==============================================================================
--- head/math/py-ufl/Makefile	Sun Jun 22 14:45:58 2014	(r358811)
+++ head/math/py-ufl/Makefile	Sun Jun 22 14:55:50 2014	(r358812)
@@ -15,18 +15,10 @@ LICENSE=	LGPL3
 
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	UFL
-
-MAN1=		form2ufl.1 \
-		ufl-analyse.1 \
-		ufl-convert.1 \
-		ufl-version.1 \
-		ufl2py.1
-MANCOMPRESSED=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 MMVERSION=	1.2
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|\[(pjoin("share", "man", "man1"),|\[(pjoin("man", "man1"),|' \
 			${WRKSRC}/setup.py


More information about the svn-ports-head mailing list