svn commit: r336477 - head/french/tvdownloader

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 19:40:52 UTC 2013


Author: mva
Date: Sat Dec 14 19:40:52 2013
New Revision: 336477
URL: http://svnweb.freebsd.org/changeset/ports/336477

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/french/tvdownloader/Makefile

Modified: head/french/tvdownloader/Makefile
==============================================================================
--- head/french/tvdownloader/Makefile	Sat Dec 14 19:25:33 2013	(r336476)
+++ head/french/tvdownloader/Makefile	Sat Dec 14 19:40:52 2013	(r336477)
@@ -26,6 +26,11 @@ ALL_TARGET=	build
 LICENSE=	GPLv2
 
 NO_STAGE=	yes
+post-patch:
+	${REINPLACE_CMD} -e 's|@python|@${PYTHON_CMD}|' \
+		${WRKSRC}/Makefile \
+		${WRKSRC}/src/Makefile
+
 pre-configure:
 	${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|'	\
 		${WRKSRC}/tvdownloader.sh


More information about the svn-ports-head mailing list