pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vym: Makefile: Clarify CMAKE_INSTALL_MANDIR fix.
Module Name: pkgsrc-wip
Committed By: Iris <iris000%duck.com@localhost>
Pushed By: iris
Date: Sun Aug 4 20:41:49 2024 +0000
Changeset: a471e0ada1f5bcafdb3c1cddecb18a5e697b6c46
Modified Files:
vym/Makefile
Log Message:
vym: Makefile: Clarify CMAKE_INSTALL_MANDIR fix.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a471e0ada1f5bcafdb3c1cddecb18a5e697b6c46
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vym/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/vym/Makefile b/vym/Makefile
index e7b84170a7..ad85e90cbd 100644
--- a/vym/Makefile
+++ b/vym/Makefile
@@ -40,7 +40,7 @@ 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'
-# '-DCMAKE_INSTALL_MANDIR=man/man1' seems to be ignored
+# 'CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=man/man1' seems to be ignored
SUBST_CLASSES+= cmake-mandir
SUBST_STAGE.cmake-mandir= pre-configure
SUBST_MESSAGE.cmake-mandir= Fix man page path
@@ -71,6 +71,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
CMAKE_ARGS+= -DCMAKE_INSTALL_DATADIR=share/vym
CMAKE_ARGS+= -DCMAKE_INSTALL_DATAROOTDIR=share/vym
CMAKE_ARGS+= -DCMAKE_INSTALL_DOCDIR=share/doc/vym
+#CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=man/man1
post-extract:
${GZIP_CMD} -d ${WRKSRC}/doc/vym.1.gz
Home |
Main Index |
Thread Index |
Old Index