pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ddclient ddclient: Substitute in post-patch, not p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/979447fc41ad
branches:  trunk
changeset: 312445:979447fc41ad
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Sep 03 12:37:45 2018 +0000

description:
ddclient: Substitute in post-patch, not pre-configure

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

diffstat:

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

diffs (22 lines):

diff -r c68244cf0f46 -r 979447fc41ad net/ddclient/Makefile
--- a/net/ddclient/Makefile     Mon Sep 03 12:25:11 2018 +0000
+++ b/net/ddclient/Makefile     Mon Sep 03 12:37:45 2018 +0000
@@ -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 @@
 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