svn commit: r464643 - head/audio/xmms2

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 15 22:18:22 UTC 2018


Author: bdrewery
Date: Thu Mar 15 22:18:21 2018
New Revision: 464643
URL: https://svnweb.freebsd.org/changeset/ports/464643

Log:
  Fix orphaned libraries error for slave binding ports.

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Thu Mar 15 21:50:20 2018	(r464642)
+++ head/audio/xmms2/Makefile	Thu Mar 15 22:18:21 2018	(r464643)
@@ -217,6 +217,8 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmmsclient*
+.else
+	${RM} -R ${STAGEDIR}${PREFIX}/lib/xmms2
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list