diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 10:18:45 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 10:18:45 +0800 |
commit | f6c81b12c62a4359681168109f006c0136527a1c (patch) | |
tree | 9a6fa4af3edba1cca73f6328ec95b95383c856dc /net | |
parent | 10afcdd95b953818e5398612dbb6dcb913e7d36e (diff) | |
download | freebsd-ports-gnome-f6c81b12c62a4359681168109f006c0136527a1c.tar.gz freebsd-ports-gnome-f6c81b12c62a4359681168109f006c0136527a1c.tar.zst freebsd-ports-gnome-f6c81b12c62a4359681168109f006c0136527a1c.zip |
- Reassign to the heap due to mail bounces
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/vde/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/vde/Makefile b/net/vde/Makefile index 577442e8216f..0192b9c1d487 100644 --- a/net/vde/Makefile +++ b/net/vde/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vde -# Date created: 30 Janurary 2005 -# Whom: Craig Boston <craig@yekse.gank.org> -# +# Created by: Craig Boston <craig@yekse.gank.org> # $FreeBSD$ -# PORTNAME= vde PORTVERSION= 1.5.7 @@ -11,7 +7,7 @@ CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/OldFiles EXTRACT_SUFX= .tgz -MAINTAINER= craig@yekse.gank.org +MAINTAINER= ports@FreeBSD.org COMMENT= User-mode virtual ethernet infrastructure CONFLICTS= vde2-[0-9]* |