aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-06-27 23:45:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-06-27 23:45:12 +0000
commite1eabf34de099c540e458b22996be94285086b0e (patch)
tree89758895be4df6d9a4f434531971ef0a79718ebe /sysutils
parentd93097c81a3555f8c305f047af121bfa30e59322 (diff)
downloadports-e1eabf34de099c540e458b22996be94285086b0e.tar.gz
ports-e1eabf34de099c540e458b22996be94285086b0e.zip
OptionsNGfy.
PR: 220220
Notes
Notes: svn path=/head/; revision=444526
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amrstat/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/amrstat/Makefile b/sysutils/amrstat/Makefile
index 0e74e2565f2a..4dd4f8de33b5 100644
--- a/sysutils/amrstat/Makefile
+++ b/sysutils/amrstat/Makefile
@@ -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