diff options
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 55ea04e..643a522 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -17,6 +17,9 @@ MASTER_SITE_SUBDIR= bash DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz .endif +PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ +PATCHFILES= bash205b-003 + MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> |