pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gdbus-codegen
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 22 09:52:29 UTC 2024
Modified Files:
pkgsrc/devel/gdbus-codegen: Makefile
Log Message:
gdbus-codegen: pkglint fixes
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gdbus-codegen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gdbus-codegen/Makefile
diff -u pkgsrc/devel/gdbus-codegen/Makefile:1.32 pkgsrc/devel/gdbus-codegen/Makefile:1.33
--- pkgsrc/devel/gdbus-codegen/Makefile:1.32 Tue Oct 22 09:50:39 2024
+++ pkgsrc/devel/gdbus-codegen/Makefile Tue Oct 22 09:52:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/10/22 09:50:39 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/10/22 09:52:29 adam Exp $
.include "../../devel/glib2/Makefile.common"
@@ -16,9 +16,9 @@ SUBST_STAGE.autovars= pre-configure
SUBST_MESSAGE.autovars= autoconf meson.build
SUBST_FILES.autovars= meson.build config.py.in gdbus-codegen.in
SUBST_VARS.autovars= PKGVERSION PYTHONBIN
-SUBST_SED.autovars= -e 's,@VERSION@,${PKGVERSION:Q},'
-SUBST_SED.autovars+= -e 's,@MAJOR_VERSION@,${PKGVERSION:R:R:Q},'
-SUBST_SED.autovars+= -e 's,@MINOR_VERSION@,${PKGVERSION:R:E:Q},'
+SUBST_SED.autovars= -e 's,@VERSION@,${PKGVERSION},'
+SUBST_SED.autovars+= -e 's,@MAJOR_VERSION@,${PKGVERSION:R:R},'
+SUBST_SED.autovars+= -e 's,@MINOR_VERSION@,${PKGVERSION:R:E},'
SUBST_SED.autovars+= -e 's,@PYTHON@,${PYTHONBIN:Q},'
SUBST_SED.autovars+= -e 's,@DATADIR@,${PREFIX}/share,'
Home |
Main Index |
Thread Index |
Old Index