diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-09-30 03:01:12 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-09-30 03:01:12 +0800 |
commit | 7f699e68244e034c0e6dac04a8ad8ac050449d90 (patch) | |
tree | 27ec2c4e6aee5dce081bd635fb5c49e9e1b7c49a /shells | |
parent | 46b178baa387ce72eee07d66b856f159251513dc (diff) | |
download | freebsd-ports-gnome-7f699e68244e034c0e6dac04a8ad8ac050449d90.tar.gz freebsd-ports-gnome-7f699e68244e034c0e6dac04a8ad8ac050449d90.tar.zst freebsd-ports-gnome-7f699e68244e034c0e6dac04a8ad8ac050449d90.zip |
Change my MAINTAINER address
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 |