svn commit: r386782 - head/irc/bitlbee

Renato Botelho garga at FreeBSD.org
Tue May 19 14:23:49 UTC 2015


Author: garga
Date: Tue May 19 14:23:48 2015
New Revision: 386782
URL: https://svnweb.freebsd.org/changeset/ports/386782

Log:
  Do not try to strip a python script, it fixes install with SKYPE option enabled
  
  Reported by:	mat@

Modified:
  head/irc/bitlbee/Makefile

Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile	Tue May 19 14:21:10 2015	(r386781)
+++ head/irc/bitlbee/Makefile	Tue May 19 14:23:48 2015	(r386782)
@@ -86,7 +86,6 @@ post-patch:
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/bitlbee
 .if ${PORT_OPTIONS:MSKYPE}
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/skyped
 	${MV} ${STAGEDIR}${PREFIX}/etc/skyped/skyped.conf \
 		${STAGEDIR}${PREFIX}/etc/skyped/skyped.conf.sample
 	${MV} ${STAGEDIR}${PREFIX}/etc/skyped/skyped.cnf \


More information about the svn-ports-all mailing list