diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-28 05:37:56 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-28 05:37:56 +0800 |
commit | 259bcfdc4ce44b24c1f4b18805ba542918e35255 (patch) | |
tree | ed4d55201a936892cf30586652601f8c7f719041 /mail | |
parent | f7d945c76d9dace98a683bf554cf0c440d9e2d05 (diff) | |
download | freebsd-ports-gnome-259bcfdc4ce44b24c1f4b18805ba542918e35255.tar.gz freebsd-ports-gnome-259bcfdc4ce44b24c1f4b18805ba542918e35255.tar.zst freebsd-ports-gnome-259bcfdc4ce44b24c1f4b18805ba542918e35255.zip |
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 7df096356311..1b49079ac4a1 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -114,7 +114,7 @@ post-patch: ${WRKSRC}/po/Makefile .endif .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's, installdoc,,g' \ + @${REINPLACE_CMD} -e 's, installdoc,,g' -e 's, $$(DOCDIR),,g'\ ${WRKSRC}/Makefile.in .endif @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; |