aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2
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 /graphics/p5-Image-Imlib2
parentb7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff)
downloadports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz
ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip
Notes
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index d39b72c7933e..11c74805c712 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -26,10 +26,10 @@ EXAMPLES= examples/benchmark.pl examples/benchmark.txt examples/maeda.pl
post-install:
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
@${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif