diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-05 14:13:46 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-05 14:13:46 +0000 |
commit | 2a56971eac7035c5c195f7d43d7d33e6b6dccb36 (patch) | |
tree | 8136c892829e1c0f76dfd5615929ee14ab8c1051 /math/wxMaxima | |
parent | f68ee58b806425f6856bb475d2b43e7ab5767699 (diff) |
Notes
Diffstat (limited to 'math/wxMaxima')
-rw-r--r-- | math/wxMaxima/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 231ec57156d3..bae42f3bf70c 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: wxMaxima -# Date created: 2005-07-12 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= wxMaxima PORTVERSION= 12.04.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION} |