svn commit: r431743 - head/multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Tue Jan 17 14:44:53 UTC 2017


Author: jbeich
Date: Tue Jan 17 14:44:51 2017
New Revision: 431743
URL: https://svnweb.freebsd.org/changeset/ports/431743

Log:
  multimedia/libvpx: unbreak SHARED=off after r394231
  
  /usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file

Modified:
  head/multimedia/libvpx/Makefile   (contents, props changed)

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Tue Jan 17 14:37:56 2017	(r431742)
+++ head/multimedia/libvpx/Makefile	Tue Jan 17 14:44:51 2017	(r431743)
@@ -87,6 +87,8 @@ post-patch:
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*
+
+post-install-SHARED-on:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvpx.so.*.*.*
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list