From 5e8f3eb54d4341d016017889f5a349eda16b9092 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 12 Jun 2008 14:41:25 +0000 Subject: fix NOPORTDOCS installation Noted by: itetcu --- mail/sylpheed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/sylpheed') diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index efcc20df7555..635e77c497de 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -105,7 +105,7 @@ post-patch: ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ + @${REINPLACE_CMD} -e 's|^SUBDIRS = ac m4 po intl src manual faq$$|SUBDIRS = ac m4 po intl src|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} -- cgit