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-mgmt | |
parent | 10afcdd95b953818e5398612dbb6dcb913e7d36e (diff) | |
download | freebsd-ports-graphics-f6c81b12c62a4359681168109f006c0136527a1c.tar.gz freebsd-ports-graphics-f6c81b12c62a4359681168109f006c0136527a1c.tar.zst freebsd-ports-graphics-f6c81b12c62a4359681168109f006c0136527a1c.zip |
- Reassign to the heap due to mail bounces
With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/openvmps/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile index 00933a2709b..4a3bad3d5ab 100644 --- a/net-mgmt/openvmps/Makefile +++ b/net-mgmt/openvmps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvmps -# Date created: 6 October 2003 -# Whom: Craig Boston <craig@yekse.gank.org> -# +# Created by: Craig Boston <craig@yekse.gank.org> # $FreeBSD$ -# PORTNAME= openvmps PORTVERSION= 1.3 @@ -12,7 +8,7 @@ CATEGORIES= net-mgmt MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION} DISTNAME= vmpsd-${PORTVERSION} -MAINTAINER= craig@yekse.gank.org +MAINTAINER= ports@FreeBSD.org COMMENT= A GPL implementation of the VMPS protocol WRKSRC= ${WRKDIR}/vmpsd |