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:   gdt
Date:           Mon Sep  3 12:37:45 UTC 2018

Modified Files:
        pkgsrc/net/ddclient: Makefile

Log Message:
ddclient: Substitute in post-patch, not pre-configure

The pre-configure target is not run when there is no configure phase.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/net/ddclient/Makefile:1.43
--- pkgsrc/net/ddclient/Makefile:1.42   Wed Aug 22 09:45:51 2018
+++ pkgsrc/net/ddclient/Makefile        Mon Sep  3 12:37:45 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2018/08/22 09:45:51 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2018/09/03 12:37:45 gdt Exp $
 
 DISTNAME=      ddclient-3.8.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ddclient/}
 EXTRACT_SUFX=  .tar.bz2
@@ -33,7 +33,7 @@ INSTALLATION_DIRS=    sbin share/doc/ddclie
 SUBST_CLASSES+=                config
 SUBST_MESSAGE.config=  Adjust variables: PKG_SYSCONFDIR VARBASE PERL5 (in patch-aa)
 SUBST_FILES.config+=   ddclient
-SUBST_STAGE.config=    pre-configure
+SUBST_STAGE.config=    post-patch
 SUBST_VARS.config=     PKG_SYSCONFDIR VARBASE PERL5
 
 NO_CONFIGURE=          yes



Home | Main Index | Thread Index | Old Index