pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rarian textproc/rarian: fix some pkglint warn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6785029acb62
branches:  trunk
changeset: 339418:6785029acb62
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 12 20:52:58 2019 +0000

description:
textproc/rarian: fix some pkglint warnings

diffstat:

 textproc/rarian/Makefile      |  4 ++--
 textproc/rarian/buildlink3.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 79ef0f495e38 -r 6785029acb62 textproc/rarian/Makefile
--- a/textproc/rarian/Makefile  Thu Sep 12 20:48:19 2019 +0000
+++ b/textproc/rarian/Makefile  Thu Sep 12 20:52:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/12 20:52:58 rillig Exp $
 #
 
 DISTNAME=      rarian-0.8.1
@@ -20,7 +20,7 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bash:run
 
-CONFIGURE_ENV+=        ac_cv_path_have_bash=${TOOLS_BASH:Q}
+CONFIGURE_ENV+=        ac_cv_path_have_bash=${TOOLS_BASH}
 
 PKGCONFIG_OVERRIDE+=   rarian.pc.in
 
diff -r 79ef0f495e38 -r 6785029acb62 textproc/rarian/buildlink3.mk
--- a/textproc/rarian/buildlink3.mk     Thu Sep 12 20:48:19 2019 +0000
+++ b/textproc/rarian/buildlink3.mk     Thu Sep 12 20:52:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:25:32 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2019/09/12 20:52:58 rillig Exp $
 
 BUILDLINK_TREE+=       rarian
 
@@ -10,8 +10,8 @@
 
 BUILDLINK_TARGETS+=    rarian-buildlink-fake
 
-rarian-buildlink-fake:
-       ${_PKG_SILENT}${_PKG_DEBUG}                                     \
+rarian-buildlink-fake: .PHONY
+       ${RUN}                                                          \
        for fake in scrollkeeper-update scrollkeeper-rebuilddb          \
            rarian-sk-update rarian-sk-rebuild;                         \
        do                                                              \



Home | Main Index | Thread Index | Old Index