pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/flow-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Sep 12 21:04:16 UTC 2019

Modified Files:
        pkgsrc/net/flow-tools: Makefile

Log Message:
net/flow-tools: fix some pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/flow-tools/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/flow-tools/Makefile
diff -u pkgsrc/net/flow-tools/Makefile:1.38 pkgsrc/net/flow-tools/Makefile:1.39
--- pkgsrc/net/flow-tools/Makefile:1.38 Thu Apr 25 07:33:10 2019
+++ pkgsrc/net/flow-tools/Makefile      Thu Sep 12 21:04:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/04/25 07:33:10 maya Exp $
+# $NetBSD: Makefile,v 1.39 2019/09/12 21:04:15 rillig Exp $
 
 DISTNAME=      flow-tools-0.68
 PKGREVISION=   9
@@ -15,7 +15,7 @@ GNU_CONFIGURE=        YES
 CPPFLAGS.SunOS+=       -Du_int8_t=uint8_t -Du_int32_t=uint32_t
 
 PKG_SYSCONFSUBDIR=     flow-tools
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 EGDIR=         ${PREFIX}/share/examples/flow-tools
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/sym
@@ -27,7 +27,7 @@ CONF_FILES+=  ${EGDIR}/sym/${_f_} ${PKG_S
 .endfor
 MESSAGE_SUBST+=        EGDIR=${EGDIR}
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.flow-tools
+PKG_OPTIONS_VAR=               PKG_OPTIONS.flow-tools
 PKG_OPTIONS_OPTIONAL_GROUPS=   database
 PKG_SUPPORTED_OPTIONS=         python
 PKG_OPTIONS_GROUP.database=    mysql pgsql
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+=      --with-mysql=${BUILDLIN
 # PostgreSQL support.
 .if !empty(PKG_OPTIONS:Mpgsql)
 .  include "../../mk/pgsql.buildlink3.mk"
-CONFIGURE_ARGS+=       --with-pgsql=${PGSQL_PREFIX:Q}
+CONFIGURE_ARGS+=       --with-pgsql=${PGSQL_PREFIX}
 .endif
 
 # Python scripts support.
@@ -52,10 +52,10 @@ PLIST_VARS+=                python
 .  include "../../lang/python/application.mk"
 
 REPLACE_PYTHON=        bin/flow-rpt2rrd bin/flow-log2rrd bin/flow-rptfmt
-PLIST.python=          yes
+PLIST.python=  yes
 
 post-install:
-.   for s in flow-rpt2rrd flow-log2rrd flow-rptfmt
+.  for s in flow-rpt2rrd flow-log2rrd flow-rptfmt
        ${INSTALL_SCRIPT} ${WRKSRC}/bin/${s} ${PREFIX}/bin/${s}
        ${INSTALL_MAN} ${WRKSRC}/docs/${s}.1 ${PREFIX}/${PKGMANDIR}/man1/${s}.1
 .  endfor
@@ -65,7 +65,7 @@ post-install:
 # Order is important here or else dependencies requiring docbook-to-man/jade
 # will be triggered
 post-patch:
-       ${_PKG_SILENT}${_PKG_DEBUG}                                     \
+       ${RUN}                                                          \
        cd ${WRKSRC}/docs &&                                            \
        for m in flow-*.1.in; do                                        \
                h=`${BASENAME} $${m} .1.in`.html.in;                    \



Home | Main Index | Thread Index | Old Index