diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:48:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:48:23 +0800 |
commit | fb3a003d655f3383f17748dcfd55d16166fedb2e (patch) | |
tree | e799d0c3d85e7a4bc67da1f3f2a379055cf0c3c5 /emulators | |
parent | 31dd0a3b45425d37dbbd3db2405810ed9c796b89 (diff) | |
download | freebsd-ports-gnome-fb3a003d655f3383f17748dcfd55d16166fedb2e.tar.gz freebsd-ports-gnome-fb3a003d655f3383f17748dcfd55d16166fedb2e.tar.zst freebsd-ports-gnome-fb3a003d655f3383f17748dcfd55d16166fedb2e.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynagui/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/dynagui/Makefile b/emulators/dynagui/Makefile index c5da2ada7025..3ae4bc257ff6 100644 --- a/emulators/dynagui/Makefile +++ b/emulators/dynagui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynagui -# Date created: 5 February 2009 -# Whom: Andrew Greenwood -# +# Created by: Andrew Greenwood # $FreeBSD$ -# PORTNAME= dynagui PORTVERSION= 0.4 @@ -12,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= dynagui -MAINTAINER= greenwood.andy@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= GUI frontend to the dynamips router simulator BUILD_DEPENDS= dynagen:${PORTSDIR}/emulators/dynagen |