diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-02-19 20:00:00 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-02-19 20:00:00 +0000 |
commit | ec65c732f9aa0807f453655e246b0e16af7c81bf (patch) | |
tree | c290e8ef10c637f64c9b9641bf581b95a6729891 /mail | |
parent | 36a5fdca1967637212aac5d6dfe01ecb29002dc5 (diff) |
Notes
Diffstat (limited to 'mail')
-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 cadae30bcbc9..1a01c007ce0d 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -116,7 +116,7 @@ post-patch: ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \ + @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq nsis$$|SUBDIRS = ac libsylph src plugin po nsis|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} |