pkgsrc-WIP-changes archive

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

vym: Makefile: man_gz -> man-gz



Module Name:	pkgsrc-wip
Committed By:	Iris <iris000%duck.com@localhost>
Pushed By:	iris
Date:		Tue Aug 6 03:30:09 2024 +0000
Changeset:	f5df97a60beb4cb8d37f418b664b6c2d6bdb2b12

Modified Files:
	vym/Makefile

Log Message:
vym: Makefile: man_gz -> man-gz

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

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

diffstat:
 vym/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/vym/Makefile b/vym/Makefile
index 1a61f592eb..cb4c36ab75 100644
--- a/vym/Makefile
+++ b/vym/Makefile
@@ -32,11 +32,11 @@ SUBST_MESSAGE.flags=	Fix path to flags
 SUBST_FILES.flags=	src/main.cpp src/mainwindow.cpp
 SUBST_VARS.flags=	PREFIX
 
-SUBST_CLASSES+=		man_gz
-SUBST_STAGE.man_gz=	pre-configure
-SUBST_MESSAGE.man_gz=	Fix installing gzipped man page
-SUBST_FILES.man_gz=	CMakeLists.txt
-SUBST_SED.man_gz=	-e 's;doc/vym.1.gz;doc/vym.1;g'
+SUBST_CLASSES+=		man-gz
+SUBST_STAGE.man-gz=	pre-configure
+SUBST_MESSAGE.man-gz=	Fix installing gzipped man page
+SUBST_FILES.man-gz=	CMakeLists.txt
+SUBST_SED.man-gz=	-e 's;doc/vym.1.gz;doc/vym.1;g'
 
 # 'CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=man/man1' seems to be ignored
 SUBST_CLASSES+=			cmake-mandir


Home | Main Index | Thread Index | Old Index