aboutsummaryrefslogtreecommitdiff
path: root/accessibility
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 /accessibility
parentf51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff)
downloadports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz
ports-eabbfd75e30148b8f686899a638b93547ca83485.zip
Notes
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi/Makefile2
-rw-r--r--accessibility/speech-dispatcher/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index e3ddab8ca101..d2f8a75fed28 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip
GCONF_SCHEMAS= at-spi.schemas
post-extract:
- @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server
+ @${RM} ${WRKSRC}/registryd/Accessibility_Registry.server
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index 58422f99c72a..3f9c8945caac 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -77,7 +77,7 @@ post-install:
.for f in ${ETCFILES}
@${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
.endfor
- @${RM} -rf ${STAGEDIR}${DATADIR}/conf
+ @${RM} -r ${STAGEDIR}${DATADIR}/conf
@${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}