diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 02:18:45 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 02:18:45 +0000 |
commit | a0dcdcb0da27ef03160a42d94811bb3dd97b09d4 (patch) | |
tree | 9a6fa4af3edba1cca73f6328ec95b95383c856dc /net-mgmt/openvmps | |
parent | 5c57a67c6e0da98712a7d254fb0b1b28eba5209b (diff) |
Notes
Diffstat (limited to 'net-mgmt/openvmps')
-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 00933a2709bc..4a3bad3d5ab4 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 |