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/ed7a34f7918b
branches: trunk
changeset: 401175:ed7a34f7918b
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 5744c5fe1e23 -r ed7a34f7918b 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 5744c5fe1e23 -r ed7a34f7918b 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