svn commit: r444526 - head/sysutils/amrstat
Jung-uk Kim
jkim at FreeBSD.org
Tue Jun 27 23:45:14 UTC 2017
Author: jkim
Date: Tue Jun 27 23:45:12 2017
New Revision: 444526
URL: https://svnweb.freebsd.org/changeset/ports/444526
Log:
OptionsNGfy.
PR: 220220
Modified:
head/sysutils/amrstat/Makefile
Modified: head/sysutils/amrstat/Makefile
==============================================================================
--- head/sysutils/amrstat/Makefile Tue Jun 27 23:41:49 2017 (r444525)
+++ head/sysutils/amrstat/Makefile Tue Jun 27 23:45:12 2017 (r444526)
@@ -17,17 +17,12 @@ PLIST_FILES= etc/periodic/daily/407.status-amr-raid \
OPTIONS_DEFINE= MEGARC
MEGARC_DESC= Install LSI megarc binary port
-.include <bsd.port.options.mk>
-
# We may want this for periodic script and to actually be able
# to fix something in case amrstat reports degraded RAID.
-.if ${PORT_OPTIONS:MMEGARC}
-RUN_DEPENDS+= ${LOCALBASE}/sbin/megarc:sysutils/megarc
-.endif
+MEGARC_RUN_DEPENDS= megarc:sysutils/megarc
ALL_TARGET= ${PORTNAME}
-LOCALSRCDIR= ${.CURDIR}/files
PERIODICSCRIPT= 407.status-amr-raid
NO_WRKSUBDIR= yes
More information about the svn-ports-all
mailing list