1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix packaging problem

Reported by:	Ivo Vachkov <ivo.vachkov@gmail.com>
Suggested by:	Eran Ifrah <eran.ifrah@gmail.com> (author)
This commit is contained in:
Pietro Cerutti 2009-03-10 20:27:58 +00:00
parent 8ccdba778c
commit 50a0177635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229854
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ do-install:
${MKDIR} ${DATADIR}/plugins
${MKDIR} ${DATADIR}/images
${INSTALL_PROGRAM} ${WRKSRC}/Runtime/codelite ${PREFIX}/bin/CodeLite
${INSTALL_PROGRAM} ${WRKSRC}/Runtime/codelite_indexer ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_dos2unix.sh ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_exec.sh ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_killproc.sh ${PREFIX}/bin/

View File

@ -1,4 +1,5 @@
bin/CodeLite
bin/codelite_indexer
bin/le_dos2unix.sh
bin/le_exec.sh
bin/le_killproc.sh