diff options
Diffstat (limited to 'textproc/htmlc/Makefile')
-rw-r--r-- | textproc/htmlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmlc/Makefile b/textproc/htmlc/Makefile index b7e0dc53bd2e..114016f24214 100644 --- a/textproc/htmlc/Makefile +++ b/textproc/htmlc/Makefile @@ -22,7 +22,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${LOCALBASE} post-patch: - ${RM} -f ${WRKSRC}/doc/Makefile + ${RM} ${WRKSRC}/doc/Makefile ${TOUCH} ${WRKSRC}/doc/Makefile ${ECHO} "all:" > ${WRKSRC}/doc/Makefile ${REINPLACE_CMD} 's|-warn-error A||g' ${WRKSRC}/config/Makefile |