freebsd-ports/sysutils/mfid/Makefile
Mark Felder 63e0c2a4e8 sysutils/mfid: fix version
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
2016-06-13 15:53:17 +00:00

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>