Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 16:34:20 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r414283 - branches/2016Q2/net/freeswitch
Message-ID:  <201604291634.u3TGYKRH039350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604291634.u3TGYKRH039350>