diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-04 13:21:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-04 13:21:17 +0000 |
commit | f7f5de9089efe644bf1e6059516e33ae1d5da9ce (patch) | |
tree | 08d36f6ecb4f2a19872d12df0cf9533b2d94a27d /mail/courier | |
parent | 6bdc725c0212412b527b25d6eeb030ad07b01834 (diff) |
Notes
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 58a421887566..121df194786d 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -320,7 +320,7 @@ post-install: .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL} ${_DOCOWNGRP} -d ${STAGEDIR}${DOCSDIR}/html + @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor |