diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 10:51:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 10:51:26 +0000 |
commit | bde46ec0cc70bab9b766aa82d01c20ceca0e673f (patch) | |
tree | 01dbd66cd2fc8b1ca5a9d27930bba63534564a94 /graphics/lensfun/Makefile | |
parent | 3c48c1303651494d54b87ab866999f0e5b4fb4a5 (diff) | |
download | ports-bde46ec0cc70bab9b766aa82d01c20ceca0e673f.tar.gz ports-bde46ec0cc70bab9b766aa82d01c20ceca0e673f.zip |
Notes
Diffstat (limited to 'graphics/lensfun/Makefile')
-rw-r--r-- | graphics/lensfun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index d1be32797e38..b88a4bd28993 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -31,7 +31,7 @@ MAKE_ARGS= V=1 # we want to know what's going on during the build PLIST_SUB+= LIBVERSION=${LIBVERSION} post-patch: .SILENT - ${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!/usr/bin/env python|' \ + ${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \ -e 's|make --version|g&|' -e '/DOXYGEN/d' ${WRKSRC}/configure ${REINPLACE_CMD} -e \ 's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \ |