diff options
author | cjep <cjep@pkgsrc.org> | 2003-07-26 15:21:58 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-07-26 15:21:58 +0000 |
commit | ba97a289fb57ff8d7037400101ff77c82d86bb45 (patch) | |
tree | d0f1af2daeb51ffb2d2f382291336c52a6d50bc1 /shells | |
parent | 4c3d3bb803214e65b494cb0dc73953dd33539412 (diff) | |
download | pkgsrc-ba97a289fb57ff8d7037400101ff77c82d86bb45.tar.gz |
whitespace nit
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index e2fb6c3fb29..a403afd7492 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/07/17 22:53:21 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/26 15:21:58 cjep Exp $ # DISTNAME= bash-2.05b @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ PATCH_SITES= ${MASTER_SITES:=bash-2.05b-patches/} PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ - bash205b-005 bash205b-006 bash205b-007 + bash205b-005 bash205b-006 bash205b-007 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html |