diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | eabbfd75e30148b8f686899a638b93547ca83485 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /deskutils/plans/Makefile | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) | |
download | ports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz ports-eabbfd75e30148b8f686899a638b93547ca83485.zip |
Notes
Diffstat (limited to 'deskutils/plans/Makefile')
-rw-r--r-- | deskutils/plans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/plans/Makefile b/deskutils/plans/Makefile index f3f2d6348eea..2687a9e6df6d 100644 --- a/deskutils/plans/Makefile +++ b/deskutils/plans/Makefile @@ -47,7 +47,7 @@ SUB_FILES= pkg-message post-extract: @${CP} ${_DISTDIR}/powerani.gif ${WRKSRC}/theme/graphics/freebsd.gif @${CP} ${_DISTDIR}/*.pl ${WRKSRC}/ - @${RM} -rf ${WRKSRC}/theme/us_english.pl + @${RM} -r ${WRKSRC}/theme/us_english.pl @for i in ${WRKSRC}/data/*xml ${WRKSRC}/*config.pl;\ do ${MV} $$i $$i.sample; done @${SED} -e 's/iso-8859-1/utf-8/' ${WRKSRC}/us_english.pl >\ @@ -55,7 +55,7 @@ post-extract: @${TOUCH} ${WRKSRC}/theme/ical/.keep_me post-patch: - @${RM} -f ${WRKSRC}/theme/plans.template.orig + @${RM} ${WRKSRC}/theme/plans.template.orig do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} |