diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 19:40:52 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 19:40:52 +0000 |
commit | e0d8e9dede09535844d42cea07661f700053240b (patch) | |
tree | b263ba26e47b31691736fe5946483074cf65b994 /french | |
parent | f61444b07a1e3d68d7f1a1bbd6116be680907074 (diff) | |
download | ports-e0d8e9dede09535844d42cea07661f700053240b.tar.gz ports-e0d8e9dede09535844d42cea07661f700053240b.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/tvdownloader/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile index e1f59b7afb98..5e0e207513f8 100644 --- a/french/tvdownloader/Makefile +++ b/french/tvdownloader/Makefile @@ -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 |