summaryrefslogtreecommitdiff
path: root/shells/static-bash2
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-10 07:06:44 +0000
committergrant <grant@pkgsrc.org>2004-01-10 07:06:44 +0000
commitada98e39d964f416ee562400b6db86f6d11729e5 (patch)
tree88ddb6b2202407aec47e778911d7a17794ac9d0d /shells/static-bash2
parent2a77c2bb84785155857285a87cab0760b3b224b2 (diff)
downloadpkgsrc-ada98e39d964f416ee562400b6db86f6d11729e5.tar.gz
rename static-bash to bash-static. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-bash for obvious reasons.
Diffstat (limited to 'shells/static-bash2')
-rw-r--r--shells/static-bash2/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile
deleted file mode 100644
index 9f4b8df8260..00000000000
--- a/shells/static-bash2/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/09/30 07:59:32 martti Exp $
-#
-
-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-${DISTNAME}
-COMMENT:= Statically-linked version of the ${COMMENT}
-
-LDFLAGS+= -static