1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/upsdaemon/Makefile
Chris Hutchinson 138eb13e8b *: Move manpages to share/man
PR:		277322
2024-03-01 21:11:59 +03:00

20 lines
418 B
Makefile

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>