From 816f7c49662e59e7b3da9edfd5a932d660238b9c Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 31 Oct 2006 10:13:10 +0000 Subject: Provide flv (FFmpeg Flash video) file completion for mplayer PR: 104571 Approved by: Kirk Strauser (maintainer) --- shells/bash-completion-classic/Makefile | 5 +++-- shells/bash-completion/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 2618cd19ddd..1c874d593e8 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 2618cd19ddd..1c874d593e8 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: -- cgit