pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/codelite codelite: fix man page installation p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/89fc24f5fce6
branches: trunk
changeset: 338680:89fc24f5fce6
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 28 09:09:19 2019 +0000
description:
codelite: fix man page installation path.
>From Andrius V.
Bump PKGREVISION.
diffstat:
editors/codelite/Makefile | 9 ++++++++-
editors/codelite/PLIST | 8 ++++----
2 files changed, 12 insertions(+), 5 deletions(-)
diffs (51 lines):
diff -r 246b249bac39 -r 89fc24f5fce6 editors/codelite/Makefile
--- a/editors/codelite/Makefile Wed Aug 28 09:09:15 2019 +0000
+++ b/editors/codelite/Makefile Wed Aug 28 09:09:19 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2019/08/18 03:48:44 maya Exp $
+# $NetBSD: Makefile,v 1.23 2019/08/28 09:09:19 wiz Exp $
DISTNAME= codelite-13.0
+PKGREVISION= 1
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/}
@@ -39,6 +40,12 @@
SUBST_FILES.fix-bash+= cmake/Modules/OSXInstall.cmake
SUBST_SED.fix-bash+= -e 's,/bin/bash,${BASH},g'
+SUBST_CLASSES+= fix-man-path
+SUBST_STAGE.fix-man-path= pre-configure
+SUBST_MESSAGE.fix-man-path= Fix man path
+SUBST_FILES.fix-man-path= LiteEditor/CMakeLists.txt
+SUBST_SED.fix-man-path+= -e 's,${CL_PREFIX}/share/man,${CL_PREFIX}/${PKGMANDIR},g'
+
REPLACE_BASH+= Runtime/clg++
REPLACE_BASH+= Runtime/clgcc
REPLACE_BASH+= Runtime/codelite_xterm
diff -r 246b249bac39 -r 89fc24f5fce6 editors/codelite/PLIST
--- a/editors/codelite/PLIST Wed Aug 28 09:09:15 2019 +0000
+++ b/editors/codelite/PLIST Wed Aug 28 09:09:19 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/27 12:07:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/08/28 09:09:19 wiz Exp $
bin/codelite
bin/codelite-cc
bin/codelite-echo
@@ -56,6 +56,9 @@
lib/codelite/libwxsqlite3.so
lib/codelite/wxCrafter.so
lib/codelite/wxFormBuilder.so
+man/man1/codelite-make.1
+man/man1/codelite.1
+man/man1/codelite_fix_files.1
share/applications/codelite.desktop
share/codelite/LICENSE
share/codelite/PHP.zip
@@ -307,6 +310,3 @@
share/locale/cs/LC_MESSAGES/codelite.mo
share/locale/ru_RU/LC_MESSAGES/codelite.mo
share/locale/zh_CN/LC_MESSAGES/codelite.mo
-share/man/man1/codelite-make.1
-share/man/man1/codelite.1
-share/man/man1/codelite_fix_files.1
Home |
Main Index |
Thread Index |
Old Index