diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 15:11:01 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-03-19 15:11:01 +0000 |
commit | a820d140e0c40e66a1d1a5a491e988b98908e6ac (patch) | |
tree | 98a86f4694c67361379fab3380dcf9127bf4249e /math | |
parent | 953cfbdd798b7a3a9b714f8d65c06818b0378584 (diff) | |
download | ports-a820d140e0c40e66a1d1a5a491e988b98908e6ac.tar.gz ports-a820d140e0c40e66a1d1a5a491e988b98908e6ac.zip |
- Reassign to the heap at maintainer's request
- Trim header while I am here
Notes
Notes:
svn path=/head/; revision=314654
Diffstat (limited to 'math')
-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 |