63e0c2a4e8
Previous commit was supposed to be increasing PORTREVISION, not PORTVERSION. I used the incorrect diff. This package/port would not have built, and I do not want to touch PORTEPOCH. Pointyhat: me
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mfid
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
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>
|