diff options
author | oliver <oliver@FreeBSD.org> | 2011-02-20 04:00:00 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-02-20 04:00:00 +0800 |
commit | 7187e42c3b7c00a461d6d088a05241a042e9b513 (patch) | |
tree | 4adc5cb9447ea22807c2b0c87a41ad4188ecb3c8 /mail/sylpheed3 | |
parent | 427d8357f7cd458923f32c05e38c331ccca3cf5b (diff) | |
download | freebsd-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/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} |