diff options
author | ashish <ashish@FreeBSD.org> | 2015-06-15 12:57:24 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-06-15 12:57:24 +0800 |
commit | e598ed8b3daf9bbbfc9a8b72e36db7e1335f9cd4 (patch) | |
tree | 6f0cad2894d7a0adb1f5d4494379d8fcd7dbf687 /multimedia | |
parent | e587ea8593e90ddfca535cf9419d09f47c51a151 (diff) | |
download | freebsd-ports-graphics-e598ed8b3daf9bbbfc9a8b72e36db7e1335f9cd4.tar.gz freebsd-ports-graphics-e598ed8b3daf9bbbfc9a8b72e36db7e1335f9cd4.tar.zst freebsd-ports-graphics-e598ed8b3daf9bbbfc9a8b72e36db7e1335f9cd4.zip |
- Remove dependency on bash, not required anymore
- Remove old %%DESTDIR%% REINPLACE_CMD from post-patch
PR: 200839
Submitted by: tijl
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libvpx/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 302556cfc9b..34fadb58079 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -13,8 +13,7 @@ COMMENT= VP8/VP9 Codec SDK LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - yasm:${PORTSDIR}/devel/yasm +BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm USES= cpe gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= john_koleszar @@ -88,9 +87,5 @@ IGNORE= no support for ${ARCH} the moment. testing/patches are welcome post-patch: @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ ${WRKSRC}/build/make/configure.sh - @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' \ - ${WRKSRC}/build/make/Makefile ${WRKSRC}/libs.mk - @${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ - -e 's,#!/bin/bash,#!/usr/bin/env bash,g' .include <bsd.port.mk> |