diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-06-08 21:28:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-06-08 21:28:23 +0000 |
commit | 36f37e0a1ca102dd631a0add32d7d616df89addd (patch) | |
tree | 66b3255a739a670d84cc3e771abd7bd281458fa0 /emulators | |
parent | 0ffff03b157e64100a411350ba4bf477657a4439 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 6769e2606582..88aa5d2857c8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -151,6 +151,7 @@ post-install: ${MAN1PREFIX}/man/fr.UTF-8/man1 \ ${MAN1PREFIX}/man/pl.UTF-8/man1 @${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 + @${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS |