diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-18 05:45:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-18 05:45:00 +0000 |
commit | db0a5d49d994b4e54439e9b3c500bc6f1ea13cdc (patch) | |
tree | 3bb4db87d8c08625706ff57ba14f3eeb12a1c672 /dns | |
parent | e1fba3173f2d94a88b3cb19fc54f85e11b9b9ee9 (diff) | |
download | ports-db0a5d49d994b4e54439e9b3c500bc6f1ea13cdc.tar.gz ports-db0a5d49d994b4e54439e9b3c500bc6f1ea13cdc.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 73c70c3e1d3b..e0cc3ee36c99 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -95,7 +95,7 @@ post-install: ${STAGEDIR}${PREFIX}/sbin/nsd-checkzone \ ${STAGEDIR}${PREFIX}/sbin/nsd-control -post-install-MUNIN_PLUGINS-on: +post-install-MUNIN_PLUGIN-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/munin/plugins ${INSTALL_SCRIPT} ${WRKSRC}/contrib/nsd_munin_ \ ${STAGEDIR}${PREFIX}/share/munin/plugins |