mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c2e2766a2c
Fix incorrect path in rc script Approved by: swills (mentor)
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mptd
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Monitoring daemon for mpt RAID controllers
|
|
|
|
USE_RC_SUBR= mptd
|
|
PLIST_FILES+= sbin/mptd
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mptd ${STAGEDIR}${PREFIX}/sbin/mptd
|
|
|
|
.include <bsd.port.mk>
|