aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-11-30 19:56:02 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-11-30 19:56:02 +0000
commita83ee3c7ebcb95483bce9f63fbeef7fd95185a17 (patch)
tree08e882b41a2650d648d170e6cd31112b9b35471a /emulators/wine
parent2567c828179f63792eae7a92d6d6ec537d79fb58 (diff)
downloadports-a83ee3c7ebcb95483bce9f63fbeef7fd95185a17.tar.gz
ports-a83ee3c7ebcb95483bce9f63fbeef7fd95185a17.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index afe2f0012b6b..98d429460545 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -93,8 +93,6 @@ OPENAL_USES= openal
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
-.include <bsd.port.pre.mk>
-
pre-build:
cd ${WRKSRC} && ${MAKE_CMD} depend
@@ -102,11 +100,11 @@ post-install:
@${MV} -f ${STAGEDIR}${WINELIBDIR}/libwine.so.1.0 \
${STAGEDIR}${WINELIBDIR}/libwine.so.1
@${LN} -sf libwine.so.1 ${STAGEDIR}/${WINELIBDIR}/libwine.so
- -@${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README ANNOUNCE AUTHORS
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg
${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${STAGEDIR}${DOCSDIR}/README.winedump
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>