diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-01-29 23:28:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-01-29 23:28:35 +0000 |
commit | d543942f15f5210e57baeafe75ff7de6460bd8ef (patch) | |
tree | 8d42617a88b5bb3d9d249e1a5d91f6438c8cd4e1 /shells | |
parent | eef8c1c6f52db4b0f96f75f4ae811d1745defaaf (diff) |
Remove expired ports:
2011-01-24 dns/staticcharge: abandoned by author
2011-01-21 shells/bash3-static: Use shells/bash or shells/bash-static instead
shells/bash3 is still used by devel/quilt
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268402
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3-static/Makefile | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/shells/Makefile b/shells/Makefile index e3e388c2f5bf..389ff0311f30 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -8,7 +8,6 @@ SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bash3 - SUBDIR += bash3-static SUBDIR += bashc SUBDIR += ch SUBDIR += dash diff --git a/shells/bash3-static/Makefile b/shells/bash3-static/Makefile deleted file mode 100644 index 0fcc57edb914..000000000000 --- a/shells/bash3-static/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Ports collection makefile for: bash-static -# Date created: 1 Nov 2009 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# -# $FreeBSD$ -# - -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" |