diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 23:11:01 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 23:11:01 +0800 |
commit | 75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705 (patch) | |
tree | 98a86f4694c67361379fab3380dcf9127bf4249e /math/mbasecalc | |
parent | f20a041d9ad43a1d7d05117c4864aaaa410cf836 (diff) | |
download | freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.tar.gz freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.tar.zst freebsd-ports-gnome-75c6250f1a8b983cc92e924b0b9b1fe4ff9f4705.zip |
- Reassign to the heap at maintainer's request
- Trim header while I am here
Diffstat (limited to 'math/mbasecalc')
-rw-r--r-- | math/mbasecalc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/mbasecalc/Makefile b/math/mbasecalc/Makefile index b365ba121ee3..3e0a0d321ea2 100644 --- a/math/mbasecalc/Makefile +++ b/math/mbasecalc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mbasecalc -# Date created: 15 June 2004 -# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> -# +# Created by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> # $FreeBSD$ -# PORTNAME= mbasecalc PORTVERSION= 1.1 @@ -12,7 +8,7 @@ CATEGORIES= math MASTER_SITES= http://www.muquit.com/muquit/software/mbasecalc/ DISTNAME= ${PORTNAME} -MAINTAINER= ppl@nbnet.nb.ca +MAINTAINER= ports@FreeBSD.org COMMENT= Simple calculator program inspired by basecalc LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk |