diff options
Diffstat (limited to 'textproc/p5-SVG/Makefile')
-rw-r--r-- | textproc/p5-SVG/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index a3f24c4d5264..10f2d7f53c6d 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -28,7 +28,7 @@ NO_STAGE= yes post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - ${MKDIR} ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif |