svn commit: r414283 - branches/2016Q2/net/freeswitch

Bartek Rutkowski robak at FreeBSD.org
Fri Apr 29 16:34:22 UTC 2016


Author: robak
Date: Fri Apr 29 16:34:20 2016
New Revision: 414283
URL: https://svnweb.freebsd.org/changeset/ports/414283

Log:
  MFH: r414243
  
  net/freeswitch: fix port build error
  
  PR:		209115
  Submitted by:	Corey Smith <corsmith at gmail.com> (maintainer)
  
  Approved by:	portmgr (blanket)

Modified:
  branches/2016Q2/net/freeswitch/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/net/freeswitch/Makefile
==============================================================================
--- branches/2016Q2/net/freeswitch/Makefile	Fri Apr 29 15:49:21 2016	(r414282)
+++ branches/2016Q2/net/freeswitch/Makefile	Fri Apr 29 16:34:20 2016	(r414283)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freeswitch
 PORTVERSION=	1.6.6
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://files.freeswitch.org/releases/freeswitch/
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -118,7 +119,7 @@ DISTFILES+=	${EXTRADISTFILES}
 post-install:
 		${MKDIR} ${STAGEDIR}${DATADIR}/sounds
 .for distfile in ${EXTRADISTFILES}
-		${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile}
+		${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile:S/:sounds$//}
 .endfor
 		${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST}
 		${RM} -r ${STAGEDIR}${ETCDIR}


More information about the svn-ports-all mailing list