diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-15 13:34:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-15 13:34:27 +0000 |
commit | 18cedddf4bbd8995a06efbc8c07c794689e760cf (patch) | |
tree | d35d6f050f1b323ca924663dff65d54b18b2b60b /shells | |
parent | cfd623bd93297c7d77a262b3a0b563587e210b22 (diff) | |
download | pkgsrc-18cedddf4bbd8995a06efbc8c07c794689e760cf.tar.gz |
Take maintainership.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 115be4b24e1..12e3b19a81e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/05/26 14:12:01 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/15 13:42:36 wiz Exp $ DISTNAME= bash-3.1 PKGNAME= bash-3.1pl1 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ PATCH_SITES= ${MASTER_SITES:=bash-3.1-patches/} PATCHFILES= bash31-001 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html COMMENT= The GNU Bourne Again Shell |