mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Provide flv (FFmpeg Flash video) file completion for mplayer
PR: 104571 Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
This commit is contained in:
parent
5339ea191b
commit
7d0823eddc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175776
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= bash-completion
|
||||
PORTVERSION= 20060301
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.caliban.org/files/bash/
|
||||
|
||||
@ -43,7 +43,8 @@ post-patch:
|
||||
s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \
|
||||
s|/usr/ports|${PORTSDIR}|g; \
|
||||
s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \
|
||||
s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g' \
|
||||
s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \
|
||||
s|\(FLAC\)|\1\|flv\|FLV|' \
|
||||
${WRKSRC}/bash_completion
|
||||
|
||||
do-install:
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= bash-completion
|
||||
PORTVERSION= 20060301
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.caliban.org/files/bash/
|
||||
|
||||
@ -43,7 +43,8 @@ post-patch:
|
||||
s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \
|
||||
s|/usr/ports|${PORTSDIR}|g; \
|
||||
s|/usr/lib\(/aspell\)|${LOCALBASE}/share\1|g; \
|
||||
s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g' \
|
||||
s|/usr/share/info|&:${LOCALBASE}/info:${X11BASE}/info|g; \
|
||||
s|\(FLAC\)|\1\|flv\|FLV|' \
|
||||
${WRKSRC}/bash_completion
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user