pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 28 09:09:19 UTC 2019

Modified Files:
        pkgsrc/editors/codelite: Makefile PLIST

Log Message:
codelite: fix man page installation path.

>From Andrius V.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/codelite/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/codelite/PLIST

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

Modified files:

Index: pkgsrc/editors/codelite/Makefile
diff -u pkgsrc/editors/codelite/Makefile:1.22 pkgsrc/editors/codelite/Makefile:1.23
--- pkgsrc/editors/codelite/Makefile:1.22       Sun Aug 18 03:48:44 2019
+++ pkgsrc/editors/codelite/Makefile    Wed Aug 28 09:09:19 2019
@@ -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
 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

Index: pkgsrc/editors/codelite/PLIST
diff -u pkgsrc/editors/codelite/PLIST:1.3 pkgsrc/editors/codelite/PLIST:1.4
--- pkgsrc/editors/codelite/PLIST:1.3   Tue Aug 27 12:07:18 2019
+++ pkgsrc/editors/codelite/PLIST       Wed Aug 28 09:09:19 2019
@@ -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/codeli
 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