diff options
-rw-r--r-- | editors/codelite/Makefile | 2 |
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> |