diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-27 15:15:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-27 15:15:13 +0000 |
commit | 88580f27fccf5dc2f6f41ea4b7c048966268b794 (patch) | |
tree | db0c9c9bdcee77d3d37be137d75761a94c06417d | |
parent | update to 2.7.0 (diff) |
fix pkg-plist when NOPORTDOCS is defined
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 052da7a484d0..4ec8ffdbc1ae 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -114,7 +114,7 @@ post-patch: ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \ + @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 052da7a484d0..4ec8ffdbc1ae 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -114,7 +114,7 @@ post-patch: ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \ + @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} |