diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-29 19:01:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-29 19:01:12 +0000 |
commit | 93fe01a2b1eb60b1d5afdea2635e7840141e9b50 (patch) | |
tree | e321e9e9090770fc76394e9b8bf61917325ad5c9 /shells | |
parent | c5d3ebba8326ce8200957402c2a7e6c5f8389c94 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 3798764ee896..24c6ed5eba35 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.caliban.org/files/bash/ \ CRITICAL DISTNAME= ${PORTNAME:C/\-classic//}-${PORTVERSION} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Programmable completion library for Bash 2.04 and up WRKSRC= ${WRKDIR}/bash_completion |