summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/a2ps/Makefile2
-rw-r--r--print/adobe-cmaps/Makefile2
-rw-r--r--print/afm/Makefile2
-rw-r--r--print/apsfilter/Makefile2
-rw-r--r--print/ghostscript8-base/Makefile2
-rw-r--r--print/ghostscript9-agpl-base/Makefile2
-rw-r--r--print/ghostscript9-base/Makefile2
-rw-r--r--print/muttprint/Makefile2
-rw-r--r--print/openprinting/Makefile2
-rw-r--r--print/p5-Text-PDF/Makefile2
-rw-r--r--print/pslib/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 300078429364..a39d8ca194b8 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -86,6 +86,6 @@ post-install:
.endif
cd ${WRKSRC}/doc && \
${SETENV} ${MAKE_ENV} ${MAKE} ${.MAKEFLAGS} ${MAKE_ARGS} ${INSTALL_TARGET}
- ${RM} -f ${STAGEDIR}${PREFIX}/lib/liba2ps.la
+ ${RM} ${STAGEDIR}${PREFIX}/lib/liba2ps.la
.include <bsd.port.mk>
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile
index 3ba92c0f7269..2d7c2fdf80ff 100644
--- a/print/adobe-cmaps/Makefile
+++ b/print/adobe-cmaps/Makefile
@@ -21,7 +21,7 @@ INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
post-extract:
- ${RM} -f ${WRKSRC}/ag15/.nfsFA55
+ ${RM} ${WRKSRC}/ag15/.nfsFA55
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
diff --git a/print/afm/Makefile b/print/afm/Makefile
index d744271d5b7f..ab34293811e6 100644
--- a/print/afm/Makefile
+++ b/print/afm/Makefile
@@ -14,6 +14,6 @@ COMMENT= Adobe Font Metrics
NO_BUILD= yes
pre-patch:
- @${RM} -rf ${WRKSRC}/RCS
+ @${RM} -r ${WRKSRC}/RCS
.include <bsd.port.mk>
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>
diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile
index ee172ca21468..5f90fdf9488a 100644
--- a/print/ghostscript8-base/Makefile
+++ b/print/ghostscript8-base/Makefile
@@ -134,7 +134,7 @@ pre-build: pre-build-drivers.mak
${WRKSRC}/freetype/objs/freetype214MT_D.so
pre-install:
- cd ${WRKSRC}/Resource/Init && ${RM} -f \
+ cd ${WRKSRC}/Resource/Init && ${RM} \
gs_statd.ps.orig gs_ttf.ps.orig pdf_font.ps.orig
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index b8df4fd68672..52fecbfe06cb 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -129,7 +129,7 @@ pre-build: pre-build-drivers.mak
${MKDIR} ${WRKSRC}/bin
pre-install:
- cd ${WRKSRC}/Resource/Init && ${RM} -f \
+ cd ${WRKSRC}/Resource/Init && ${RM} \
gs_statd.ps.orig gs_ttf.ps.orig pdf_font.ps.orig
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile
index 83cebb902b35..75d90bff39a1 100644
--- a/print/ghostscript9-base/Makefile
+++ b/print/ghostscript9-base/Makefile
@@ -130,7 +130,7 @@ pre-build: pre-build-drivers.mak
${MKDIR} ${WRKSRC}/bin
pre-install:
- cd ${WRKSRC}/Resource/Init && ${RM} -f \
+ cd ${WRKSRC}/Resource/Init && ${RM} \
gs_statd.ps.orig gs_ttf.ps.orig pdf_font.ps.orig
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile
index 047f6b8de71e..808dcb47b733 100644
--- a/print/muttprint/Makefile
+++ b/print/muttprint/Makefile
@@ -56,7 +56,7 @@ pre-everything::
@${ECHO}
post-patch:
- @${RM} -f ${WRKSRC}/pics/*.orig
+ @${RM} ${WRKSRC}/pics/*.orig
.if ${PAPERSIZE}==a4
@${REINPLACE_CMD} 's|%%PAPERSIZE%%|${PAPERSIZE:tu}|' \
${WRKSRC}/muttprint
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile
index edf46ebbd74a..73df9256077c 100644
--- a/print/openprinting/Makefile
+++ b/print/openprinting/Makefile
@@ -93,7 +93,7 @@ post-patch:
post-install:
.for unneeded in bin sbin man/man1 man/mani share
- @${RM} -rf ${STAGEDIR}${PREFIX}/${unneeded}
+ @${RM} -r ${STAGEDIR}${PREFIX}/${unneeded}
.endfor
.include <bsd.port.mk>
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile
index 791e5202912f..8ed6375aacae 100644
--- a/print/p5-Text-PDF/Makefile
+++ b/print/p5-Text-PDF/Makefile
@@ -17,7 +17,7 @@ USES= perl5
USE_PERL5= configure
post-patch:
- @${RM} -f ${WRKSRC}/pm_to_blib
+ @${RM} ${WRKSRC}/pm_to_blib
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index dc03596dab4a..9abfaf12e087 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -56,7 +56,7 @@ post-patch:
post-install:
${MKDIR} -m 0755 ${STAGEDIR}${EXAMPLESDIR}
- @${RM} -f ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \
+ @${RM} ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \
${EX_WRKSRC}/CMakeLists.txt
cd ${EX_WRKSRC} && ${PAX} -rw * ${STAGEDIR}${EXAMPLESDIR}