diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-04-08 21:57:56 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-04-08 21:57:56 +0800 |
commit | f80643c9a5e871d88e280b3b93d2d085c8fc599f (patch) | |
tree | 6144e9e2df9f672cbc3bfc000f67d956d6f5c96a /multimedia | |
parent | 3f693cd21b0e3e1990eab6045dd6a46c0912ac22 (diff) | |
download | freebsd-ports-gnome-f80643c9a5e871d88e280b3b93d2d085c8fc599f.tar.gz freebsd-ports-gnome-f80643c9a5e871d88e280b3b93d2d085c8fc599f.tar.zst freebsd-ports-gnome-f80643c9a5e871d88e280b3b93d2d085c8fc599f.zip |
Remove superfluous bits from testing from Makefile
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/handbrake/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 708802beb9d1..476b60f4ccd8 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -121,9 +121,6 @@ post-extract: .SILENT ${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSRC}/download .endfor -#post-patch: -# ${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/make/configure.py - post-install-X11-on: ${LN} -sf ghb ${STAGEDIR}${PREFIX}/bin/HandBrake |