pkgsrc-WIP-changes archive

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

honk: pkglint



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Nov 21 21:48:56 2022 +0100
Changeset:	6b4d3d72fc5de3d9cfbaf0f8b55d1300cd5d9b65

Modified Files:
	honk/Makefile

Log Message:
honk: pkglint

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

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

diffstat:
 honk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/honk/Makefile b/honk/Makefile
index a42e0f2872..7def50cdd4 100644
--- a/honk/Makefile
+++ b/honk/Makefile
@@ -26,8 +26,8 @@ SUBST_CLASSES+=		readme
 SUBST_MESSAGE.readme=	replacing paths in pkgsrc README file
 SUBST_STAGE.readme=	pre-configure
 SUBST_FILES.readme=	README.pkgsrc
-SUBST_SED.readme=	-e 's,@PREFIX@,${PREFIX},g'
-SUBST_SED.readme+=	-e 's,@HONK_DATA@,${HONK_DATA},g'
+SUBST_VARS.readme=	PREFIX
+SUBST_VARS.readme+=	HONK_DATA
 
 BUILD_DEFS+=	VARBASE
 HONK_USER?=	honk


Home | Main Index | Thread Index | Old Index