diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-27 15:15:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-27 15:15:13 +0000 |
commit | 88580f27fccf5dc2f6f41ea4b7c048966268b794 (patch) | |
tree | db0c9c9bdcee77d3d37be137d75761a94c06417d /mail/sylpheed3 | |
parent | 071161127bcd8718d6c54546fe7d2a3996f69a79 (diff) | |
download | ports-88580f27fccf5dc2f6f41ea4b7c048966268b794.tar.gz ports-88580f27fccf5dc2f6f41ea4b7c048966268b794.zip |
Notes
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} |