pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/linux-pam: replace obsolete _PKG_SILENT with RUN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e143e0858c59
branches:  trunk
changeset: 413160:e143e0858c59
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 15 23:03:03 2020 +0000

description:
mk/linux-pam: replace obsolete _PKG_SILENT with RUN

diffstat:

 mk/linux-pam.builtin.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r d563ee769fc0 -r e143e0858c59 mk/linux-pam.builtin.mk
--- a/mk/linux-pam.builtin.mk   Sun Mar 15 22:58:32 2020 +0000
+++ b/mk/linux-pam.builtin.mk   Sun Mar 15 23:03:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: linux-pam.builtin.mk,v 1.1 2014/06/10 13:52:57 joerg Exp $
+# $NetBSD: linux-pam.builtin.mk,v 1.2 2020/03/15 23:03:03 rillig Exp $
 
 BUILTIN_PKG:=  linux-pam
 
@@ -62,9 +62,9 @@
 .  if !target(buildlink-pam-security)
 .PHONY: buildlink-pam-security
 buildlink-pam-security:
-       ${_PKG_SILENT}${_PKG_DEBUG}                                     \
-       src=${BUILDLINK_PREFIX.linux-pam:Q}"/include/pam";              \
-       dest=${BUILDLINK_DIR:Q}"/include/security";                     \
+       ${RUN}                                                          \
+       src=${BUILDLINK_PREFIX.linux-pam}"/include/pam";                \
+       dest=${BUILDLINK_DIR}"/include/security";                       \
        if ${TEST} -d "$$src"; then                                     \
                ${RM} -fr "$$dest";                                     \
                ${LN} -fs "$$src" "$$dest";                             \



Home | Main Index | Thread Index | Old Index