summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-04-27 11:19:57 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-04-27 11:19:57 +0000
commitdf8e3720abb1a031c2f145e0bb82883457bc6193 (patch)
tree054dfe68516b7b46c28f47d43c53b6a489a2dc33 /emulators/wine-devel
parentxargs -> ${XARGS} (diff)
Also install READMEs for the wcmd and winedbg programs.
Avoid "duplicate" creation of ${PREFIX}/lib/wine.
Notes
Notes: svn path=/head/; revision=79732
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