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 /finance | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqbanking/Makefile | 2 | ||||
-rw-r--r-- | finance/bitcoin-armory/Makefile | 2 | ||||
-rw-r--r-- | finance/libofx/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 28a4770d7b10..b11196c1cd60 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -61,7 +61,7 @@ post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc post-install-DOCS-off: - @${RM} -rf ${STAGEDIR}${DOCSDIR} + @${RM} -r ${STAGEDIR}${DOCSDIR} post-install-DOXYGEN-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc diff --git a/finance/bitcoin-armory/Makefile b/finance/bitcoin-armory/Makefile index 23995df4cf7b..119af6f3bb1b 100644 --- a/finance/bitcoin-armory/Makefile +++ b/finance/bitcoin-armory/Makefile @@ -47,7 +47,7 @@ post-patch: post-stage: @${SED} -i.bak -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${STAGEDIR}/${LOCALBASE}/bin/armory && \ - ${RM} -f ${STAGEDIR}/${LOCALBASE}/bin/armory.bak + ${RM} ${STAGEDIR}/${LOCALBASE}/bin/armory.bak @${REINPLACE_CMD} 's|Exec=/usr/bin/armory|Exec=${LOCALBASE}/bin/armory|' ${STAGEDIR}/${LOCALBASE}/share/applications/*.desktop .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 87fcaa47be9d..78c7c83609b2 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -29,6 +29,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: - ${RM} -f ${STAGEDIR}${DOCSDIR}/COPYING + ${RM} ${STAGEDIR}${DOCSDIR}/COPYING .include <bsd.port.mk> |