diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ebook2cw/Makefile | 2 | ||||
-rw-r--r-- | comms/ebook2cwgui/Makefile | 2 | ||||
-rw-r--r-- | comms/yfklog/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index 612d497e3e49..471655108e7b 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -26,7 +26,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw ${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in ebook2cw.conf isomap.txt utf8map.txt +.for f in ebook2cw.conf isomap.txt utf8map.txt ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index af6506944763..368d2c22b626 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -26,7 +26,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui @${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README COPYING ChangeLog +.for f in README COPYING ChangeLog @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor diff --git a/comms/yfklog/Makefile b/comms/yfklog/Makefile index 5f867e0f7e5f..307aaedb5844 100644 --- a/comms/yfklog/Makefile +++ b/comms/yfklog/Makefile @@ -43,7 +43,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/onlinelog -.for f in README search.php test.txt +.for f in README search.php test.txt ${INSTALL_DATA} ${WRKSRC}/onlinelog/$f ${STAGEDIR}${EXAMPLESDIR}/onlinelog .endfor ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/clubs |