diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 15:38:49 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 15:38:49 +0000 |
commit | 39d3c2d50f35384b419383119824e2e590892409 (patch) | |
tree | 7ddfa92a83188d67c3ebbd3beba97d8f59881915 /comms/serialoverip | |
parent | f48ef480ea7703514f4c0afa4afcaaf9d525129a (diff) |
- Reassign to the heap at maintainer's request
Notes
Notes:
svn path=/head/; revision=304687
Diffstat (limited to 'comms/serialoverip')
-rw-r--r-- | comms/serialoverip/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/serialoverip/Makefile b/comms/serialoverip/Makefile index 135d6b18fc93..49df33c0389c 100644 --- a/comms/serialoverip/Makefile +++ b/comms/serialoverip/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: serialoverip -# Date created: 3 September 2006 -# Whom: Devon H. O'Dell <devon.odell@coyotepoint.com> -# +# Created by: Devon H. O'Dell <devon.odell@coyotepoint.com> # $FreeBSD$ -# PORTNAME= serialoverip PORTVERSION= 1.0 CATEGORIES= comms net MASTER_SITES= CSME -MAINTAINER= devon.odell@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Transport of serial interfaces over UDP/IP PLIST_FILES= sbin/${PORTNAME} |