diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-11-30 19:56:02 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-11-30 19:56:02 +0000 |
commit | a83ee3c7ebcb95483bce9f63fbeef7fd95185a17 (patch) | |
tree | 08e882b41a2650d648d170e6cd31112b9b35471a /emulators/wine-devel | |
parent | 2567c828179f63792eae7a92d6d6ec537d79fb58 (diff) | |
download | ports-a83ee3c7ebcb95483bce9f63fbeef7fd95185a17.tar.gz ports-a83ee3c7ebcb95483bce9f63fbeef7fd95185a17.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e73e06003b64..d8d242689e8d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -55,7 +55,6 @@ WINEMAKER_DESC= Fully support winemaker (requires Perl) GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine -# USES needs to be before bsd.port.pre.mk CUPS_CONFIGURE_WITH= cups CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client @@ -120,7 +119,7 @@ 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 |