aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libvpx
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2010-09-28 21:29:07 +0800
committerashish <ashish@FreeBSD.org>2010-09-28 21:29:07 +0800
commit6992e0758be2fd0025b75256f676f413a6902918 (patch)
tree0573f71f601446d18a89212860fa283e39ac88c9 /multimedia/libvpx
parent024133018ea28025215751daf4d813ffacd2f3f0 (diff)
downloadfreebsd-ports-gnome-6992e0758be2fd0025b75256f676f413a6902918.tar.gz
freebsd-ports-gnome-6992e0758be2fd0025b75256f676f413a6902918.tar.zst
freebsd-ports-gnome-6992e0758be2fd0025b75256f676f413a6902918.zip
- Remove the workaround for LICENSE.
Submitted by: swell.k at gmail.com Approved by: pgj (mentor, implicit)
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r--multimedia/libvpx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 506cc94642cd..7ab378ac607d 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
MAKE_JOBS_SAFE=yes
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS= DEBUG "Enable debugging" OFF \
POSTPROC "Enable postprocessing" ON \
@@ -74,9 +74,6 @@ CONFIGURE_ARGS+= --target=ia64-linux-gcc
IGNORE= no support for ${ARCH} the moment. testing/patches are welcome
.endif
-post-extract:
- @${MV} ${WRKSRC}/LICENSE ${WRKSRC}/COPYING
-
post-patch:
@${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
-e 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,g'