$NetBSD: patch-daemon-control-dist,v 1.1 2021/11/27 14:28:10 he Exp $

Adapt for pkgsrc.

--- daemon-control-dist.orig	2015-06-27 16:22:43.000000000 +0000
+++ daemon-control-dist
@@ -11,11 +11,11 @@
 #### Edit these to suit your configuration ####
 ###############################################
 
-DENYHOSTS_BIN   = "/usr/sbin/denyhosts"
-DENYHOSTS_LOCK  = "/run/denyhosts.pid"
-DENYHOSTS_CFG   = "/etc/denyhosts.conf"
+DENYHOSTS_BIN   = "@PREFIX@/sbin/denyhosts"
+DENYHOSTS_LOCK  = "@VARBASE@/run/denyhosts.pid"
+DENYHOSTS_CFG   = "@PKG_SYSCONFDIR@/denyhosts.conf"
 
-PYTHON_BIN      = "/usr/bin/env python"
+PYTHON_BIN      = "@PYTHONBIN@"
 
 ###############################################
 ####         Do not edit below             ####
