svn commit: r385652 - in head/multimedia: mythtv mythtv-frontend
Antoine Brodin
antoine at FreeBSD.org
Thu May 7 17:58:31 UTC 2015
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
More information about the svn-ports-head
mailing list