pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ddclient Fix the variable name substituted in the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bfee4b24e2b
branches:  trunk
changeset: 349038:3bfee4b24e2b
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Jun 24 23:56:46 2016 +0000

description:
Fix the variable name substituted in the ddclient file, reported by
prototrout on freenode.

diffstat:

 net/ddclient/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 18ec23bf6cf1 -r 3bfee4b24e2b net/ddclient/Makefile
--- a/net/ddclient/Makefile     Fri Jun 24 20:46:36 2016 +0000
+++ b/net/ddclient/Makefile     Fri Jun 24 23:56:46 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index