summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-08-28 09:09:19 +0000
committerwiz <wiz@pkgsrc.org>2019-08-28 09:09:19 +0000
commit2ef582e08975b6f0eccf0f136c0ebc4f816f4aed (patch)
treea51d198622b60ed579be0209f7f4970881e4be9f /editors
parent0f560c15f159f21c51b00403cff156018274b440 (diff)
downloadpkgsrc-2ef582e08975b6f0eccf0f136c0ebc4f816f4aed.tar.gz
codelite: fix man page installation path.
From Andrius V. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/Makefile9
-rw-r--r--editors/codelite/PLIST8
2 files changed, 12 insertions, 5 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 78c3fadd14d..ae1f98cb577 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -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+= Runtime/codelite_xterm
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 --git a/editors/codelite/PLIST b/editors/codelite/PLIST
index 610383ea057..82feda273fa 100644
--- a/editors/codelite/PLIST
+++ b/editors/codelite/PLIST
@@ -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/libwxshapeframework.so
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/icons/hicolor/64x64@2x/apps/codelite.png
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