diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-11 17:37:26 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-11 17:37:26 +0000 |
commit | 0a3a06544ffc1947b82f4be713fbe9b9b38635f4 (patch) | |
tree | 475773ba59371e42069efcfe301207b3a41ab4c2 /shells | |
parent | 884571212b6859bae1a43650ba811edaa95cfe69 (diff) | |
download | ports-0a3a06544ffc1947b82f4be713fbe9b9b38635f4.tar.gz ports-0a3a06544ffc1947b82f4be713fbe9b9b38635f4.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index b3e871f24930..26b51a3b0b2f 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= bash MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Bourne Again Shell -- old version +DEPRECATED= Bash 1.x is EOL, please use shells/bash. +EXPIRATION_DATE= 2004-08-25 + NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. |