diff options
Diffstat (limited to '')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ |