aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sympa5
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-28 05:37:56 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-28 05:37:56 +0800
commit259bcfdc4ce44b24c1f4b18805ba542918e35255 (patch)
treeed4d55201a936892cf30586652601f8c7f719041 /mail/sympa5
parentf7d945c76d9dace98a683bf554cf0c440d9e2d05 (diff)
downloadfreebsd-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/sympa5')
-rw-r--r--mail/sympa5/Makefile2
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 {} \;