summaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
diff options
context:
space:
mode:
authortoshii <toshii>2003-03-14 14:40:36 +0000
committertoshii <toshii>2003-03-14 14:40:36 +0000
commit9e67e731f147c537887fdd71cc7d6d51796ae172 (patch)
tree8178ae5b0419f43c0f84baf11814e75d232ffb9e /shells/bash2/Makefile
parent750c8519f9d6f5a2f99f089946bbf7d9f0baf620 (diff)
downloadpkgsrc-9e67e731f147c537887fdd71cc7d6d51796ae172.tar.gz
Add four official patches found in the master site. Fixes pkg/20673.
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r--shells/bash2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 680ccfd809c..6cb8a01c366 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2003/02/14 18:59:19 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2003/03/14 14:40:36 toshii Exp $
#
DISTNAME= bash-2.05b
@@ -7,6 +7,9 @@ CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
+PATCH_SITES= ${MASTER_SITES:=bash-2.05b-patches/}
+PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004
+
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
COMMENT= The GNU Bourne Again Shell