diff options
Diffstat (limited to 'comms/comserv/Makefile')
-rw-r--r-- | comms/comserv/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index 0006ebcc939f..dfcd65db3edd 100644 --- a/comms/comserv/Makefile +++ b/comms/comserv/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= comserv -PORTVERSION= 1.0.1 -CATEGORIES= comms net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bsd +PORTNAME= comserv +PORTVERSION= 1.0.1 +CATEGORIES= comms net +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bsd -MAINTAINER= bsd@FreeBSD.org +MAINTAINER= bsd@FreeBSD.org -MAN8= comservd.8 -MANCOMPRESSED= yes +MAN8= comservd.8 +MANCOMPRESSED= yes .include <bsd.port.mk> |