diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-10-31 18:13:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-10-31 18:13:10 +0800 |
commit | 816f7c49662e59e7b3da9edfd5a932d660238b9c (patch) | |
tree | 1297f307bce71f2d3d17ec9d88c31b02d20af396 /shells | |
parent | 4f028b11acbde0948c883f6b67af21e10baab6c7 (diff) | |
download | freebsd-ports-gnome-816f7c49662e59e7b3da9edfd5a932d660238b9c.tar.gz freebsd-ports-gnome-816f7c49662e59e7b3da9edfd5a932d660238b9c.tar.zst freebsd-ports-gnome-816f7c49662e59e7b3da9edfd5a932d660238b9c.zip |
Provide flv (FFmpeg Flash video) file completion for mplayer
PR: 104571
Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 5 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 2618cd19ddd2..1c874d593e87 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -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: diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 2618cd19ddd2..1c874d593e87 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -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: |