svn commit: r320293 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Jun 8 21:28:24 UTC 2013


Author: gerald
Date: Sat Jun  8 21:28:23 2013
New Revision: 320293
URL: http://svnweb.freebsd.org/changeset/ports/320293

Log:
  Add second part to handle libwine.so; the joy of upstream using .so.1.0.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Jun  8 21:10:12 2013	(r320292)
+++ head/emulators/wine-devel/Makefile	Sat Jun  8 21:28:23 2013	(r320293)
@@ -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


More information about the svn-ports-all mailing list