summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-10 06:53:45 +0000
committergrant <grant@pkgsrc.org>2004-01-10 06:53:45 +0000
commitf7839fa488971bece466b15ffae15157f4a4ec4f (patch)
tree035d5c0d865aaa6936e47c1f30677ae9da24e42d /shells/static-tcsh
parenteee6ee1140f4e0648dfdc44b8afbffe1a5487687 (diff)
downloadpkgsrc-f7839fa488971bece466b15ffae15157f4a4ec4f.tar.gz
rename static-tcsh to tcsh-static. the convention in pkgsrc is for
mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-tcsh for obvious reasons.
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r--shells/static-tcsh/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile
deleted file mode 100644
index ec1f02f3921..00000000000
--- a/shells/static-tcsh/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2002/07/25 11:05:02 kim Exp $
-#
-
-DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
-PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
-PKGDIR= ${.CURDIR}/../../shells/tcsh
-
-CONFLICTS= tcsh-[0-9]*
-
-.include "../../shells/tcsh/Makefile"
-
-WRKSRC:= ${WRKDIR}/${DISTNAME}
-PKGNAME:= static-${DISTNAME}
-COMMENT:= Statically-linked version of the ${COMMENT}
-
-LDFLAGS+= -static