diff options
-rw-r--r-- | shells/bash3-static/Makefile | 5 | ||||
-rw-r--r-- | shells/bash3/Makefile | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/shells/bash3-static/Makefile b/shells/bash3-static/Makefile index 145baaabd8d5..0fcc57edb914 100644 --- a/shells/bash3-static/Makefile +++ b/shells/bash3-static/Makefile @@ -9,4 +9,9 @@ MASTERDIR= ${.CURDIR}/../../shells/bash3 WITH_STATIC_BASH= yes +# this is redundant to make sure automated tools catch this slave port as well +# as the master port +DEPRECATED= Use shells/bash or shells/bash-static instead +EXPIRATION_DATE= 2011-01-21 + .include "${MASTERDIR}/Makefile" diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index c224fe2a1a66..380286c9c9a7 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -25,9 +25,12 @@ PATCHFILES!= /usr/bin/jot -s " " -w \ ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell +DEPRECATED= Use shells/bash or shells/bash-static instead +EXPIRATION_DATE= 2011-01-21 + IGNOREFILES= FAQ .if !defined(WITHOUT_IMPLICITCD) |