diff options
author | gahr <gahr@FreeBSD.org> | 2009-03-11 04:27:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-03-11 04:27:58 +0800 |
commit | d7bf62725a18b0993061a03f59415121d29eb965 (patch) | |
tree | 997ac6c8b5d8a5cb771d67a0e06cd7a73b3dffdf /editors/codelite | |
parent | 588aa518e4209c763b803087a786c9c81a12167a (diff) | |
download | freebsd-ports-gnome-d7bf62725a18b0993061a03f59415121d29eb965.tar.gz freebsd-ports-gnome-d7bf62725a18b0993061a03f59415121d29eb965.tar.zst freebsd-ports-gnome-d7bf62725a18b0993061a03f59415121d29eb965.zip |
- Fix packaging problem
Reported by: Ivo Vachkov <ivo.vachkov@gmail.com>
Suggested by: Eran Ifrah <eran.ifrah@gmail.com> (author)
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 1 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index cb1d9a5a1a7f..5cd7a253074f 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -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/ diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index 715957d2018d..8d224e9dfde5 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -1,4 +1,5 @@ bin/CodeLite +bin/codelite_indexer bin/le_dos2unix.sh bin/le_exec.sh bin/le_killproc.sh |