diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-26 07:40:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-26 07:40:40 +0000 |
commit | 14cba191274c2c547fae5af5cd6a846ef4f93c16 (patch) | |
tree | 01aa8b11426b2855fe9173817e2adb974e8674b2 /math/py-ufl/Makefile | |
parent | fe3cada9059fce043f2552b6eb595c4ae71c61ee (diff) |
Notes
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 |