1
0
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:
Emanuel Haupt 2006-10-31 10:13:10 +00:00
parent 5339ea191b
commit 7d0823eddc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175776
2 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -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: