summaryrefslogtreecommitdiffstats
path: root/editors/lazarus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus/Makefile')
-rw-r--r--editors/lazarus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 98caba8..c9df384 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -110,7 +110,7 @@ do-build:
post-build:
@cd ${WRKSRC} && \
- ${RM} -Rf COPYING* README* debian localize.bat test *.orig *.bak startlazarus.app \
+ ${RM} -R COPYING* README* debian localize.bat test *.orig *.bak startlazarus.app \
ide/Makefile*.orig ide/Makefile*.bak lcl/units components/ideintf/units \
components/synedit/units components/lazcontrols/lib
@@ -119,8 +119,8 @@ pre-install:
@${ECHO} "cd ${DATADIR} || exit 1 " >> ${WRKDIR}/lazarus-wrapper
@${ECHO} "exec ./startlazarus" >> ${WRKDIR}/lazarus-wrapper
- @${RM} -f ${PLIST}
- @${RM} -f ${WRKSRC}/lcl/units
+ @${RM} ${PLIST}
+ @${RM} ${WRKSRC}/lcl/units
@${RM} -r ${WRKSRC}/components/chmhelp/lhelp/lhelp.app/Contents/MacOS \
${WRKSRC}/lazarus.app/Contents/MacOS \
${WRKSRC}/lazarus.app/Contents/Resources/startlazarus.app/Contents/MacOS
OpenPOWER on IntegriCloud