summaryrefslogtreecommitdiff
path: root/sysutils/upsdaemon/Makefile
blob: a790a3ad3e781d58d2f483b3fc6a5025b47f2ea5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	upsdaemon
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://BSDforge.com/projects/sysutils/upsdaemon/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Simple APC UPS Daemon
WWW=		https://BSDforge.com/projects/sysutils/upsdaemon/

LICENSE=	BSD2CLAUSE

USE_RC_SUBR=	upsdaemon

post-patch:
	@${REINPLACE_CMD} "s,/man/man8,/share/man/man8,g" \
		${WRKSRC}/Makefile

.include <bsd.port.mk>