summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
commiteabbfd75e30148b8f686899a638b93547ca83485 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /print/apsfilter
parentdevel/nspr: update to 4.13.1 (diff)
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424411
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index b0d7acd18ffb..90a42d81dc81 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -136,7 +136,7 @@ RUN_DEPENDS+= ${_DEPENDS_CONVERT}
.endif
post-install:
- ${RM} -f ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir
+ ${RM} ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir
${LN} -sfn ${PREFIX}/share/apsfilter ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir
.include <bsd.port.mk>