aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/devmon
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-15 10:12:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-15 10:12:08 +0000
commit581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch)
tree4ec74f3dd744ca8054cce78df35237dd5b189528 /net-mgmt/devmon
parent2f26d37a5937d9b654ab7ef7fc9f16733f276fce (diff)
downloadports-581cac9416d38f70a9e5c680d9751230bd43cbc4.tar.gz
ports-581cac9416d38f70a9e5c680d9751230bd43cbc4.zip
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Notes
Notes: svn path=/head/; revision=517643
Diffstat (limited to 'net-mgmt/devmon')
-rw-r--r--net-mgmt/devmon/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/devmon/Makefile b/net-mgmt/devmon/Makefile
index 62c269e7d3e7..c0e52e740b56 100644
--- a/net-mgmt/devmon/Makefile
+++ b/net-mgmt/devmon/Makefile
@@ -27,13 +27,9 @@ SUB_LIST= USERS=${USERS} \
OPTIONS_DEFINE= MYSQL DOCS
-REINPLACE_ARGS= -i ''
-
-.include <bsd.port.options.mk>
+MYSQL_USES= mysql
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
-.endif
+REINPLACE_ARGS= -i ''
post-patch:
@${REINPLACE_CMD} -e 's|/var/run/devmon.pid|/var/run/devmon/devmon.pid|g' ${WRKSRC}/devmon.cfg ${WRKSRC}/modules/dm_config.pm