diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 10:33:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 10:33:07 +0000 |
commit | c998374291f78d7c2c26fcc6bf0aa6d2bc8ad0ef (patch) | |
tree | c27ec4318e571a91b386991fe963d4fa473fc268 /shells | |
parent | 7c8522a061ecef298b7b2e0103edc9f6278b2632 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 9e34b3b16003..425d21ca1ed9 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,8 +3,9 @@ PORTNAME= bash PATCHLEVEL= 0 -PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +#PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} +PORTVERSION= 4.3.${PATCHLEVEL} +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,7 +38,7 @@ HELP_CONFIGURE_ENABLE= help-builtin NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext iconv -INFO= bash +INFO= bash MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes |