aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2011-02-20 04:00:00 +0800
committeroliver <oliver@FreeBSD.org>2011-02-20 04:00:00 +0800
commit7187e42c3b7c00a461d6d088a05241a042e9b513 (patch)
tree4adc5cb9447ea22807c2b0c87a41ad4188ecb3c8 /mail/sylpheed3
parent427d8357f7cd458923f32c05e38c331ccca3cf5b (diff)
downloadfreebsd-ports-gnome-7187e42c3b7c00a461d6d088a05241a042e9b513.tar.gz
freebsd-ports-gnome-7187e42c3b7c00a461d6d088a05241a042e9b513.tar.zst
freebsd-ports-gnome-7187e42c3b7c00a461d6d088a05241a042e9b513.zip
fix -DNOPORTDOCS switch
Noted by: ehaupt
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile2
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}