diff options
author | mat <mat@FreeBSD.org> | 2016-10-21 20:51:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-21 20:51:40 +0800 |
commit | 316cf6317eb621c4567d3b8e337fa9ba3097ea56 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /mail/openemm2013 | |
parent | 5b45061f15be292aed8143f0ec15163936e69baf (diff) | |
download | freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.gz freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.zst freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.zip |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'mail/openemm2013')
-rw-r--r-- | mail/openemm2013/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/openemm2013/Makefile b/mail/openemm2013/Makefile index eb9f061eeff9..6f2e60399cd0 100644 --- a/mail/openemm2013/Makefile +++ b/mail/openemm2013/Makefile @@ -79,10 +79,10 @@ post-extract: # remove the c libs which are also installed as dependencies ports # ${WRKSRC}/contrib/sa-1.2.6.tar.gz -> net/ossp-sa and ${WRKSRC}/contrib/slang-1.4.9.tar.gz -> devel/libslang2 - ${RM} -rf ${WRKSRC}/contrib + ${RM} -r ${WRKSRC}/contrib # remove not needed c buildscripts - ${RM} -rf ${WRKSRC}/other/make_backend.sh + ${RM} -r ${WRKSRC}/other/make_backend.sh pre-patch: @${ECHO_MSG} "Installation settings:" @@ -196,7 +196,7 @@ do-build: ${RM} ${WRKSRC}/target/bin/openemm.py ${MV} ${WRKSRC}/target/USR_SHARE ${WRKSRC}/USR_SHARE - ${RM} -rf ${WRKSRC}/target/src + ${RM} -r ${WRKSRC}/target/src # remove problem tld with missing classes ${RM} ${WRKSRC}/target/webapps/openemm/WEB-INF/struts-tiles.tld |