diff options
Diffstat (limited to 'comms/comserv/Makefile')
-rw-r--r-- | comms/comserv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index 5f18e296f58..f424dae313b 100644 --- a/comms/comserv/Makefile +++ b/comms/comserv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: comserv -# Date created: 12 November 2000 -# Whom: Brian Dean <bsd@FreeBSD.org> -# +# Created by: Brian Dean <bsd@FreeBSD.org> # $FreeBSD$ -# PORTNAME= comserv PORTVERSION= 1.4.3 @@ -16,5 +12,6 @@ COMMENT= Provide network access to local serial ports and make remote ports appe MAN8= comservd.8 MANCOMPRESSED= yes +PLIST_FILES= sbin/comservd etc/comservd.conf.sample etc/rc.d/comservd.sh.sample .include <bsd.port.mk> |