pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ddclient



Module Name:    pkgsrc
Committed By:   agc
Date:           Fri Jun 24 23:56:46 UTC 2016

Modified Files:
        pkgsrc/net/ddclient: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/ddclient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ddclient/Makefile
diff -u pkgsrc/net/ddclient/Makefile:1.38 pkgsrc/net/ddclient/Makefile:1.39
--- pkgsrc/net/ddclient/Makefile:1.38   Tue Feb  9 12:23:37 2016
+++ pkgsrc/net/ddclient/Makefile        Fri Jun 24 23:56:46 2016
@@ -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.
 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