pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/c-icap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 14 11:43:20 UTC 2019

Modified Files:
        pkgsrc/www/c-icap: Makefile

Log Message:
c-icap: reorder lines to unconfuse pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/c-icap/Makefile

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

Modified files:

Index: pkgsrc/www/c-icap/Makefile
diff -u pkgsrc/www/c-icap/Makefile:1.24 pkgsrc/www/c-icap/Makefile:1.25
--- pkgsrc/www/c-icap/Makefile:1.24     Mon Oct 14 11:00:56 2019
+++ pkgsrc/www/c-icap/Makefile  Mon Oct 14 11:43:19 2019
@@ -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 @@ CONF_FILES+=        ${EGDIR}/c-icap.magic.defau
 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