diff options
Diffstat (limited to 'graphics/p5-PGPLOT/Makefile')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index f19fccbe98bb..9e8d48383199 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -26,7 +26,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} .if !defined(NOPORTEXAMPLES) NO_STAGE= yes post-install: - ${MKDIR} ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/ .endif |