summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 21680a3784eb..c5f644868f23 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -70,12 +70,13 @@ do-install:
.for i in README ANNOUNCE AUTHORS LICENSE
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
.endfor
- ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \
- ${PREFIX}/share/doc/${PORTNAME}/README.regapi
+.for i in regapi wcmd winedbg
+ ${INSTALL_DATA} ${WRKSRC}/programs/${i}/README \
+ ${PREFIX}/share/doc/${PORTNAME}/README.${i}
+.endfor
${INSTALL_DATA} ${WRKSRC}/tools/winedump/README \
${PREFIX}/share/doc/${PORTNAME}/README.winedump
.endif
- -@${MKDIR} ${PREFIX}/lib/wine
-@${MKDIR} ${PREFIX}/lib/wine/reg
${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \
${PREFIX}/lib/wine