aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2008-06-12 22:41:25 +0800
committeroliver <oliver@FreeBSD.org>2008-06-12 22:41:25 +0800
commit5e8f3eb54d4341d016017889f5a349eda16b9092 (patch)
treed9a6352d08b92b72fc8279ff0e01528475396f0a /mail/sylpheed
parent0d8e9124d42d3178795fe5ce11d017def71edf80 (diff)
downloadfreebsd-ports-gnome-5e8f3eb54d4341d016017889f5a349eda16b9092.tar.gz
freebsd-ports-gnome-5e8f3eb54d4341d016017889f5a349eda16b9092.tar.zst
freebsd-ports-gnome-5e8f3eb54d4341d016017889f5a349eda16b9092.zip
fix NOPORTDOCS installation
Noted by: itetcu
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile2
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}