Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 21:34:25 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350743 - head/french/tvdownloader
Message-ID:  <201404092134.s39LYPYi050290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Apr  9 21:34:25 2014
New Revision: 350743
URL: http://svnweb.freebsd.org/changeset/ports/350743
QAT: https://qat.redports.org/buildarchive/r350743/

Log:
  Restore the previous sed to fix python.
  
  Reported by:	swills

Modified:
  head/french/tvdownloader/Makefile

Modified: head/french/tvdownloader/Makefile
==============================================================================
--- head/french/tvdownloader/Makefile	Wed Apr  9 21:24:55 2014	(r350742)
+++ head/french/tvdownloader/Makefile	Wed Apr  9 21:34:25 2014	(r350743)
@@ -24,10 +24,12 @@ MECHA_EGG=	mechanize-${MECHA_VER}-${PYTH
 
 USE_PYTHON=	yes
 USES=		shebangfix
-SHEBANG_FILES=	Makefile src/Makefile doc/installdox
+SHEBANG_FILES=	doc/installdox
 ALL_TARGET=	build
 
 pre-configure:
+	${REINPLACE_CMD} -e 's|@python|${PYTHON_CMD}|'	\
+		${WRKSRC}/Makefile ${WRKSRC}/src/Makefile
 	${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|'	\
 		${WRKSRC}/tvdownloader.sh
 	${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|'	\



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