diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-26 03:00:37 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-26 03:00:37 +0800 |
commit | 7c144f7f014f1f03ad7931c600bb4aa8da2fb4ad (patch) | |
tree | 6f187afd42aa1bee5bd34b2670009c43e7de4f36 /cad | |
parent | 37d06fc1e4919a7f3a12afce8321840a0815c36c (diff) | |
download | freebsd-ports-gnome-7c144f7f014f1f03ad7931c600bb4aa8da2fb4ad.tar.gz freebsd-ports-gnome-7c144f7f014f1f03ad7931c600bb4aa8da2fb4ad.tar.zst freebsd-ports-gnome-7c144f7f014f1f03ad7931c600bb4aa8da2fb4ad.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'cad')
-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 |