diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-24 22:43:32 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-24 22:43:32 +0000 |
commit | 1e3ddfc447296475ba8fcf4319e4c76833673f2d (patch) | |
tree | ba6e2d08727f4f39bc5d1684da60e6f85b8a9ec6 /editors/codelite | |
parent | c9530d16ae1820ea3b7ad262afc6714f2f452754 (diff) | |
download | ports-1e3ddfc447296475ba8fcf4319e4c76833673f2d.tar.gz ports-1e3ddfc447296475ba8fcf4319e4c76833673f2d.zip |
- Fix PLIST
Reported by: QA Tindie
Notes
Notes:
svn path=/head/; revision=220734
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index d32f0160326e..a6fac5e4c130 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -57,7 +57,6 @@ do-install: ${MKDIR} ${DATADIR}/debuggers ${MKDIR} ${DATADIR}/plugins ${MKDIR} ${DATADIR}/images - ${MKDIR} ${PREFIX}/include/UnitTest++ ${INSTALL_PROGRAM} ${WRKSRC}/Runtime/CodeLiteUR ${PREFIX}/bin/CodeLite ${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_dos2unix.sh ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_exec.sh ${PREFIX}/bin/ |