View | Details | Raw Unified | Return to bug 220220 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-6 / +1 lines)
Lines 17-33 PLIST_FILES= etc/periodic/daily/407.stat Link Here
17
OPTIONS_DEFINE=	MEGARC
17
OPTIONS_DEFINE=	MEGARC
18
MEGARC_DESC=	Install LSI megarc binary port
18
MEGARC_DESC=	Install LSI megarc binary port
19
19
20
.include <bsd.port.options.mk>
21
22
# We may want this for periodic script and to actually be able
20
# We may want this for periodic script and to actually be able
23
# to fix something in case amrstat reports degraded RAID.
21
# to fix something in case amrstat reports degraded RAID.
24
.if ${PORT_OPTIONS:MMEGARC}
22
MEGARC_RUN_DEPENDS=	megarc:sysutils/megarc
25
RUN_DEPENDS+=	${LOCALBASE}/sbin/megarc:sysutils/megarc
26
.endif
27
23
28
ALL_TARGET=	${PORTNAME}
24
ALL_TARGET=	${PORTNAME}
29
25
30
LOCALSRCDIR=	${.CURDIR}/files
31
PERIODICSCRIPT=	407.status-amr-raid
26
PERIODICSCRIPT=	407.status-amr-raid
32
27
33
NO_WRKSUBDIR=	yes
28
NO_WRKSUBDIR=	yes

Return to bug 220220