From ec65c732f9aa0807f453655e246b0e16af7c81bf Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sat, 19 Feb 2011 20:00:00 +0000 Subject: fix -DNOPORTDOCS switch Noted by: ehaupt --- mail/sylpheed3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') 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} -- cgit v1.2.3