diff options
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 052da7a484d0..4ec8ffdbc1ae 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -114,7 +114,7 @@ post-patch: ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \ + @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} |