pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/c-icap c-icap: reorder lines to unconfuse pkglint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/980927e381c1
branches:  trunk
changeset: 341092:980927e381c1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 14 11:43:19 2019 +0000

description:
c-icap: reorder lines to unconfuse pkglint.

diffstat:

 www/c-icap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 7642c6df2c59 -r 980927e381c1 www/c-icap/Makefile
--- a/www/c-icap/Makefile       Mon Oct 14 11:00:56 2019 +0000
+++ b/www/c-icap/Makefile       Mon Oct 14 11:43:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/10/14 11:00:56 sborrill Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/14 11:43:19 wiz Exp $
 
 DISTNAME=      c_icap-0.5.5
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -23,12 +23,13 @@
 BUILD_DEFS+=           VARBASE
 
 SUBST_CLASSES+=                fix-path
-SUBST_CLASSES+=                fix-ldap
 SUBST_STAGE.fix-path=  pre-configure
 SUBST_MESSAGE.fix-path=        Fixing paths.
 SUBST_FILES.fix-path=  c-icap.conf.in
 SUBST_SED.fix-path=    -e 's, @prefix@/var, ${VARBASE},g'
 SUBST_SED.fix-path+=   -e 's, /var, ${VARBASE},g'
+
+SUBST_CLASSES+=                fix-ldap
 SUBST_STAGE.fix-ldap=  post-configure
 SUBST_MESSAGE.fix-ldap=        Fixing LDAP.
 SUBST_FILES.fix-ldap=  modules/Makefile



Home | Main Index | Thread Index | Old Index