svn commit: r432053 - head/multimedia/tvheadend

Antoine Brodin antoine at FreeBSD.org
Sat Jan 21 15:48:20 UTC 2017


Author: antoine
Date: Sat Jan 21 15:48:19 2017
New Revision: 432053
URL: https://svnweb.freebsd.org/changeset/ports/432053

Log:
  Shebangfix the target of a symlink instead of a symlink
  
  PR:		216309

Modified:
  head/multimedia/tvheadend/Makefile

Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile	Sat Jan 21 15:48:15 2017	(r432052)
+++ head/multimedia/tvheadend/Makefile	Sat Jan 21 15:48:19 2017	(r432053)
@@ -30,9 +30,9 @@ USE_RC_SUBR=	${PORTNAME}
 
 SHEBANG_FILES=	${WRKSRC}/Autobuild.sh \
 		${WRKSRC}/configure \
+		${WRKSRC}/support/apt-update \
 		${WRKSRC}/support/configure.inc \
 		${WRKSRC}/support/getmuxlist \
-		${WRKSRC}/support/pbuilder \
 		${WRKSRC}/support/version
 
 TVHUSER?=	tvheadend


More information about the svn-ports-head mailing list