Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 17:58:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385652 - in head/multimedia: mythtv mythtv-frontend
Message-ID:  <201505071758.t47HwVBT065326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu May  7 17:58:30 2015
New Revision: 385652
URL: https://svnweb.freebsd.org/changeset/ports/385652

Log:
  Unbreak

Modified:
  head/multimedia/mythtv-frontend/Makefile
  head/multimedia/mythtv/Makefile

Modified: head/multimedia/mythtv-frontend/Makefile
==============================================================================
--- head/multimedia/mythtv-frontend/Makefile	Thu May  7 17:44:13 2015	(r385651)
+++ head/multimedia/mythtv-frontend/Makefile	Thu May  7 17:58:30 2015	(r385652)
@@ -24,6 +24,8 @@ GH_ACCOUNT=	MythTV
 GH_PROJECT=	mythtv
 GH_TAGNAME=	5a5e1cd
 
+WRKSRC_SUBDIR=	${GH_PROJECT}
+
 ONLY_FOR_ARCHS=	i386 amd64
 NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles
 USES=		gmake libtool pkgconfig

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Thu May  7 17:44:13 2015	(r385651)
+++ head/multimedia/mythtv/Makefile	Thu May  7 17:58:30 2015	(r385652)
@@ -25,6 +25,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	MythTV
 GH_TAGNAME=	5a5e1cd
 
+WRKSRC_SUBDIR=	${PORTNAME}
+
 ONLY_FOR_ARCHS=	i386 amd64
 USE_PERL5=	run build
 NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles



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