summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authorgrant <grant>2004-01-10 06:56:15 +0000
committergrant <grant>2004-01-10 06:56:15 +0000
commit7674bbfc5f8455fb68b8eb56f9845a14a67c2c1e (patch)
tree2f6dfe8e801f074f2ec2c30a2d6287609d9cdda0 /shells/standalone-tcsh
parent7913f27656be902c674a02631c0aa600f73d00ad (diff)
downloadpkgsrc-7674bbfc5f8455fb68b8eb56f9845a14a67c2c1e.tar.gz
rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/DESCR5
-rw-r--r--shells/standalone-tcsh/Makefile28
-rw-r--r--shells/standalone-tcsh/PLIST3
3 files changed, 0 insertions, 36 deletions
diff --git a/shells/standalone-tcsh/DESCR b/shells/standalone-tcsh/DESCR
deleted file mode 100644
index 6894bee0893..00000000000
--- a/shells/standalone-tcsh/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-TCSH is an extended C-shell with many useful features like
-filename completion, history editing, etc.
-
-This version installs a statically-linked version of tcsh into
-/bin, for use as a standalone shell.
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
deleted file mode 100644
index 37e5748f645..00000000000
--- a/shells/standalone-tcsh/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2003/09/18 22:59:38 grant Exp $
-#
-
-NO_MTREE= YES
-
-PKGNAME= standalone-${DISTNAME}
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-PKG_SHELL= /bin/tcsh
-
-.include "../../shells/tcsh/Makefile"
-
-COMMENT:= Standalone version of the Extended C-shell
-
-PATCH:= ${PATCH}
-PKG_INFO:= ${PKG_INFO}
-PKG_CREATE:= ${PKG_CREATE}
-PREFIX= /
-NLSDIR= usr/share/nls
-CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin
-CONFIGURE_ARGS+= --mandir=/usr/share/man
-
-DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
-PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
-
-.if ${OPSYS} != "SunOS"
-LDFLAGS+= -static
-.endif
diff --git a/shells/standalone-tcsh/PLIST b/shells/standalone-tcsh/PLIST
deleted file mode 100644
index 17d26995f3e..00000000000
--- a/shells/standalone-tcsh/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/11/17 09:02:01 salo Exp $
-bin/tcsh
-usr/share/man/man1/tcsh.1