mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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)
13 lines
300 B
Makefile
13 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>
|