diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 19:00:37 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 19:00:37 +0000 |
commit | ec8ac93e72fbed7bc49c8b69bc11441c9273fa1e (patch) | |
tree | 6f187afd42aa1bee5bd34b2670009c43e7de4f36 /cad/pdnmesh | |
parent | 83d187483c117ec58f7079756b0ec8970237bdcc (diff) |
- Reassign to the heap at maintainer's request
Notes
Notes:
svn path=/head/; revision=304854
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r-- | cad/pdnmesh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 1c386bd1035a..cbacfb006c08 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdnmesh -# Date created: 25 August 2001 -# Whom: Sarod Yatawatta <sarod@cs.pdn.ac.lk> -# +# Created by: Sarod Yatawatta <sarod@cs.pdn.ac.lk> # $FreeBSD$ -# PORTNAME= pdnmesh PORTVERSION= 0.2.1 @@ -11,7 +7,7 @@ PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} -MAINTAINER= sarod@users.sf.net +MAINTAINER= ports@FreeBSD.org COMMENT= A finite element program LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext |