diff options
Diffstat (limited to 'news/fidogate/Makefile')
-rw-r--r-- | news/fidogate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 5e8ef662048b..c401e54f6560 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -34,8 +34,8 @@ post-patch: pre-configure: ${TOUCH} ${WRKSRC}/doc/fidogate.info - ${RM} -f ${WRKSRC}/doc/fidogate.info-? - ${RM} -f ${WRKSRC}/doc/fidogate.txt + ${RM} ${WRKSRC}/doc/fidogate.info-? + ${RM} ${WRKSRC}/doc/fidogate.txt ${REINPLACE_CMD} -e "s|[.]info-|.info|" ${WRKSRC}/doc/Makefile ${REINPLACE_CMD} -e "s|.{PREFIX}|${PREFIX}|g" \ -e "s|.{LOCALBASE}|${LOCALBASE}|g" \ |