diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-28 13:29:07 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-28 13:29:07 +0000 |
commit | a72c05e3d3ba4e1f4beab34829df79fc998848fb (patch) | |
tree | ca3fc518e56533762dc06b95b0a65c5c49f332c3 /multimedia/libvpx | |
parent | 1fa451ff64c85d77e904057bd1583a5159ed6960 (diff) | |
download | ports-a72c05e3d3ba4e1f4beab34829df79fc998848fb.tar.gz ports-a72c05e3d3ba4e1f4beab34829df79fc998848fb.zip |
Notes
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/Makefile | 5 |
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' |