pkgsrc-WIP-changes archive

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

heimdal: replace obsolete _PKG_SILENT with RUN



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Mon Mar 16 00:05:40 2020 +0100
Changeset:	ae8a0dc2e6dfa438077319b65bda85d92f9c0920

Modified Files:
	heimdal/builtin.mk

Log Message:
heimdal: replace obsolete _PKG_SILENT with RUN

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae8a0dc2e6dfa438077319b65bda85d92f9c0920

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

diffstat:
 heimdal/builtin.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/heimdal/builtin.mk b/heimdal/builtin.mk
index a275789aff..2b20aaa480 100644
--- a/heimdal/builtin.mk
+++ b/heimdal/builtin.mk
@@ -119,7 +119,7 @@ MAKE_ENV+=	KRB5_CONFIG=${KRB5_CONFIG:Q}
 BUILDLINK_TARGETS+=	fake-krb5-config
 
 fake-krb5-config:
-	${_PKG_SILENT}${_PKG_DEBUG} \
+	${RUN} \
 	src=../../security/heimdal/files/krb5-config \
         dst=${BUILDLINK_DIR}/bin/krb5-config; \
 	${SED} -e s/@HEIMDAL_VERSION@/${BUILTIN_VERSION.heimdal}/ \


Home | Main Index | Thread Index | Old Index