summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-03-26 14:38:04 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-03-26 14:38:04 +0000
commit442df6bed83b6d7c4396bc5607a6a7f75c050538 (patch)
treeee7040fcc13365f0f6b3dde70d91e6dba2339899 /editors
parent- update to 1-1.0.PreAlpha34 (diff)
- Fix space -> tab in Makefile
PR: 145061 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Notes
Notes: svn path=/head/; revision=251538
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 1ef303e20ffd..9dcae389c88e 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -44,7 +44,7 @@ post-patch:
${WRKSRC}/le_makerevision.sh
# CTags already installed
.if exists(${LOCALBASE}/include/readtags.h)
- ${RM} ${WRKSRC}/CodeLite/readtags.h
+ ${RM} ${WRKSRC}/CodeLite/readtags.h
.endif
.include <bsd.port.post.mk>