diff options
-rw-r--r-- | mail/sympa5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 7df096356311..1b49079ac4a1 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -114,7 +114,7 @@ post-patch: ${WRKSRC}/po/Makefile .endif .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's, installdoc,,g' \ + @${REINPLACE_CMD} -e 's, installdoc,,g' -e 's, $$(DOCDIR),,g'\ ${WRKSRC}/Makefile.in .endif @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; |