diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 01:04:04 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 01:04:04 +0800 |
commit | 9f7177814918a4330d083614ced9a3de551b784b (patch) | |
tree | d3da343c9457811c6f01dc37196268d6f05ab829 /astro | |
parent | 282cc5ed2392bae98bb774e70523349ef4884689 (diff) | |
download | freebsd-ports-gnome-9f7177814918a4330d083614ced9a3de551b784b.tar.gz freebsd-ports-gnome-9f7177814918a4330d083614ced9a3de551b784b.tar.zst freebsd-ports-gnome-9f7177814918a4330d083614ced9a3de551b784b.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libroadnav/Makefile | 9 | ||||
-rw-r--r-- | astro/roadnav/Makefile | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/astro/libroadnav/Makefile b/astro/libroadnav/Makefile index 17a8f8ff2a88..6fe2d386db2d 100644 --- a/astro/libroadnav/Makefile +++ b/astro/libroadnav/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: roadnav -# Date created: 28 July 2008 -# Whom: stevef -# +# Created by: stevef # $FreeBSD$ -# PORTNAME= libroadnav PORTVERSION= 0.19 @@ -12,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= astro geography MASTER_SITES= SF/roadnav/LibRoadnav/${PORTVERSION} -MAINTAINER= bahamasfranks@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Helper library for Roadnav: A 3D GPS Mapping program USE_WX= 2.6+ diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile index af8338be7900..27d73d3ebe49 100644 --- a/astro/roadnav/Makefile +++ b/astro/roadnav/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: roadnav -# Date created: 28 July 2008 -# Whom: stevef -# +# Created by: stevef # $FreeBSD$ -# PORTNAME= roadnav PORTVERSION= 0.19 @@ -12,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= astro geography MASTER_SITES= SF/${PORTNAME}/Roadnav/${PORTVERSION} -MAINTAINER= bahamasfranks@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A 3D GPS Mapping program BUILD_DEPENDS= ${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav |