diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-31 10:13:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-31 10:13:10 +0000 |
commit | 7d0823eddce36bdadef0686193711e42d8431efe (patch) | |
tree | 6b78cc19d72801310eddb92e928c44870ff3edee /shells | |
parent | 5339ea191b42bf52c32e39be2ce89b4bcb9ff84a (diff) | |
download | ports-7d0823eddce36bdadef0686193711e42d8431efe.tar.gz ports-7d0823eddce36bdadef0686193711e42d8431efe.zip |
Notes
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: |