diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-06-12 14:41:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-06-12 14:41:25 +0000 |
commit | cf833a3b8163c0e6328e623c940748b3552d260a (patch) | |
tree | 89078858f0c7d28a9ed3685d38a32e67b36c4b39 /mail/sylpheed | |
parent | 30be18fd46c9f0d7ea4ec42f165110fa6d1e2635 (diff) | |
download | ports-cf833a3b8163c0e6328e623c940748b3552d260a.tar.gz ports-cf833a3b8163c0e6328e623c940748b3552d260a.zip |
fix NOPORTDOCS installation
Noted by: itetcu
Notes
Notes:
svn path=/head/; revision=214709
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |