mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c3f5c62282
Previous update had a Makefile change to quiet a warning, but poudriere throws an error for setting MK_MAN MFH: 2016Q2
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mfid
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/feld
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Monitoring daemon for mfi RAID controllers
|
|
|
|
USE_RC_SUBR= mfid
|
|
PLIST_FILES+= sbin/mfid
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mfid ${STAGEDIR}${PREFIX}/sbin/mfid
|
|
|
|
.include <bsd.port.mk>
|