diff options
Diffstat (limited to 'math/py-ufl/Makefile')
-rw-r--r-- | math/py-ufl/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/py-ufl/Makefile b/math/py-ufl/Makefile index f74d892f14a4..1044c18bb7dc 100644 --- a/math/py-ufl/Makefile +++ b/math/py-ufl/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: py-ufl -# Date created: 13 April 2012 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ -# PORTNAME= ufl -PORTVERSION= 1.0.0 +PORTVERSION= ${MMVERSION}0 CATEGORIES= math python -MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/ +MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${MMVERSION}.0 MAINTAINER= jwbacon@tds.net COMMENT= Unified Form Language for finite element discretizations @@ -29,6 +26,8 @@ MAN1= form2ufl.1 \ ufl2py.1 MANCOMPRESSED= yes +MMVERSION= 1.2 + post-patch: @${REINPLACE_CMD} -e 's|\[(pjoin("share", "man", "man1"),|\[(pjoin("man", "man1"),|' \ ${WRKSRC}/setup.py |