diff options
author | gahr <gahr@FreeBSD.org> | 2008-09-25 06:43:32 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-09-25 06:43:32 +0800 |
commit | 173177f4ace8788f32a6b326e1343ad5497b388c (patch) | |
tree | dbfbf33720a122d76290010346d25fe8d9c9887b /editors/codelite | |
parent | 2e383352c575cb068d183c8e0b6da251ae28a2d8 (diff) | |
download | freebsd-ports-gnome-173177f4ace8788f32a6b326e1343ad5497b388c.tar.gz freebsd-ports-gnome-173177f4ace8788f32a6b326e1343ad5497b388c.tar.zst freebsd-ports-gnome-173177f4ace8788f32a6b326e1343ad5497b388c.zip |
- Fix PLIST
Reported by: QA Tindie
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/ |