diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-17 16:58:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-17 16:58:04 +0000 |
commit | 084020cabf9d8370bfa2a03fef6e9d551d7e50f8 (patch) | |
tree | 8759b48a45a9d3e183ccc96f5144f0310ea1f380 /shells | |
parent | a4d89137fa7cd823df8977d8d0884e0bb84946e7 (diff) | |
download | pkgsrc-084020cabf9d8370bfa2a03fef6e9d551d7e50f8.tar.gz |
Remove static-bash2: Superseded by bash's "static" option.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 | ||||
-rw-r--r-- | shells/static-bash2/Makefile | 17 |
2 files changed, 1 insertions, 19 deletions
diff --git a/shells/Makefile b/shells/Makefile index a48ae4586d2..f9c30aceaf4 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/11 13:21:24 uebayasi Exp $ +# $NetBSD: Makefile,v 1.39 2006/07/17 16:58:04 wiz Exp $ # COMMENT= Shells @@ -21,7 +21,6 @@ SUBDIR+= scponly SUBDIR+= scsh SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh -SUBDIR+= static-bash2 SUBDIR+= static-tcsh SUBDIR+= tcsh SUBDIR+= xsh diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile deleted file mode 100644 index f949046a762..00000000000 --- a/shells/static-bash2/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:48 joerg Exp $ -# - -PKGREVISION= 1 -DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo -PATCHDIR= ${.CURDIR}/../../shells/bash2/patches -PKGDIR= ${.CURDIR}/../../shells/bash2 - -CONFLICTS= bash-[0-9]* - -.include "../../shells/bash2/Makefile" - -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= static-${PKGNAME} -COMMENT:= Statically-linked version of the ${COMMENT} - -LDFLAGS+= -static |