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:
parent
8ccdba778c
commit
50a0177635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229854
@ -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/
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/CodeLite
|
||||
bin/codelite_indexer
|
||||
bin/le_dos2unix.sh
|
||||
bin/le_exec.sh
|
||||
bin/le_killproc.sh
|
||||
|
Loading…
Reference in New Issue
Block a user