diff options
-rw-r--r-- | net/ddclient/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index da4fdd23e85..d0d8bb9db5e 100644 --- a/net/ddclient/Makefile +++ b/net/ddclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/02/09 12:23:37 mef Exp $ +# $NetBSD: Makefile,v 1.39 2016/06/24 23:56:46 agc Exp $ DISTNAME= ddclient-3.8.3 CATEGORIES= net @@ -30,10 +30,10 @@ REPLACE_FILES.sh+= sample-etc_rc.d_init.d_ddclient INSTALLATION_DIRS= sbin share/doc/ddclient share/examples/ddclient SUBST_CLASSES+= config -SUBST_MESSAGE.config= Adjust variables: PKG_SYSCONFIGDIR VARBASE PERL5 (in patch-aa) +SUBST_MESSAGE.config= Adjust variables: PKG_SYSCONFDIR VARBASE PERL5 (in patch-aa) SUBST_FILES.config+= ddclient SUBST_STAGE.config= post-patch -SUBST_VARS.config= PKG_SYSCONFIGDIR VARBASE PERL5 +SUBST_VARS.config= PKG_SYSCONFDIR VARBASE PERL5 NO_CONFIGURE= yes NO_BUILD= yes |