fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
12 lines
300 B
Makefile
12 lines
300 B
Makefile
# Created by: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bkpupsd
|
|
PORTVERSION= 1.0a
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ftp.knit.kagoshima-u.ac.jp/pub/Unix/bkpupsd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple UPS daemon for APC BK Pro(TM)
|
|
|
|
.include <bsd.port.mk>
|