aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-01 17:19:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-01 17:19:28 +0000
commitee32e5f7dd4989bc68ec5376880cbb841afb8573 (patch)
treee3e39590c69f7bd182debf796abd54a40a78fe45 /mail/dovecot2
parent7d90c25c0dadc63c825e0b852de8555e03e05347 (diff)
downloadports-ee32e5f7dd4989bc68ec5376880cbb841afb8573.tar.gz
ports-ee32e5f7dd4989bc68ec5376880cbb841afb8573.zip
Notes
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 89a333e7e853..047738676c81 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -129,9 +129,9 @@ post-patch:
${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/*
post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>