From 6458c6d87f36394f5605b938071052a5bdd2f543 Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 20 Jun 2013 16:52:50 +0000 Subject: . use PLIST_FILES; . delete pkg-plist (3 lines); . trim Makefile headers. --- comms/comserv/Makefile | 7 ++----- comms/comserv/pkg-plist | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 comms/comserv/pkg-plist (limited to 'comms/comserv') diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index 5f18e296f58e..f424dae313bb 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 -# +# Created by: Brian Dean # $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 diff --git a/comms/comserv/pkg-plist b/comms/comserv/pkg-plist deleted file mode 100644 index 06a56597543d..000000000000 --- a/comms/comserv/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/comservd -etc/comservd.conf.sample -etc/rc.d/comservd.sh.sample -- cgit