diff options
Diffstat (limited to 'textproc/p5-Spreadsheet-ParseExcel/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile index aa7d714287f0..712c0184822c 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/Makefile +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -40,9 +40,9 @@ post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR}/Excel - @${INSTALL_DATA} ${WRKSRC}/sample/README ${EXAMPLESDIR} - @${INSTALL_SCRIPT} ${WRKSRC}/sample/*.pl ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/sample/Excel/* ${EXAMPLESDIR}/Excel + ${INSTALL_DATA} ${WRKSRC}/sample/README ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/sample/*.pl ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/Excel/* ${EXAMPLESDIR}/Excel .endif .include <bsd.port.mk> |