From 601bd2618b5de968418f72d54bd2ee2c6d2d06a2 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 18 Mar 2014 10:17:19 +0100 Subject: [PATCH] miniupnpd/Makefile: fix for DragonFly BSD TYPE : chechyesno => checkyesno --- miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index 7edbf6c..e17b865 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -57,7 +57,7 @@ FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ .if $(OSNAME) == "DragonFly" FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ - if chechyesno ipfilter; then \ + if checkyesno ipfilter; then \ echo "ipf"; else echo "pf"; fi .endif .endif