aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-LMLM
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
commitce89a80f592c444ebcf41ccf6b2d7951c75a7e3b (patch)
tree2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /mail/p5-Mail-LMLM
parentb7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff)
downloadports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz
ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip
Notes
Diffstat (limited to 'mail/p5-Mail-LMLM')
-rw-r--r--mail/p5-Mail-LMLM/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-LMLM/Makefile b/mail/p5-Mail-LMLM/Makefile
index f9121b601507..7462fcae8d9e 100644
--- a/mail/p5-Mail-LMLM/Makefile
+++ b/mail/p5-Mail-LMLM/Makefile
@@ -23,9 +23,9 @@ MAN3= Mail::LMLM.3 Mail::LMLM::Object.3 Mail::LMLM::Render.3 \
NO_STAGE= yes
post-install:
- ${MKDIR} ${DATADIR}
+ @${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DATADIR}
- ${MKDIR} ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.include <bsd.port.mk>