summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authorsalo <salo>2002-11-17 09:01:59 +0000
committersalo <salo>2002-11-17 09:01:59 +0000
commit061594fade6adaf9dc1c8d2c5ccb63b0ab40f3ca (patch)
tree2f6572446a11090190337dd4e3b4a6d8b609f771 /shells/standalone-tcsh
parent41c2b7b35024f4a7c8d3bcad86ea6bf9066da781 (diff)
downloadpkgsrc-061594fade6adaf9dc1c8d2c5ccb63b0ab40f3ca.tar.gz
Convert packages to PKG_REGISTER_SHELLS framework.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/Makefile4
-rw-r--r--shells/standalone-tcsh/PLIST4
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
index 723b9b23397..bec103afd7c 100644
--- a/shells/standalone-tcsh/Makefile
+++ b/shells/standalone-tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/10/31 11:55:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/11/17 09:02:01 salo Exp $
#
NO_MTREE= YES
@@ -6,6 +6,8 @@ NO_MTREE= YES
WRKSRC= ${WRKDIR}/${DISTNAME}
PKGNAME= standalone-${DISTNAME}
+PKG_SHELL= /bin/tcsh
+
.include "../../shells/tcsh/Makefile"
COMMENT:= Standalone version of the ${COMMENT}
diff --git a/shells/standalone-tcsh/PLIST b/shells/standalone-tcsh/PLIST
index c4286d245d9..17d26995f3e 100644
--- a/shells/standalone-tcsh/PLIST
+++ b/shells/standalone-tcsh/PLIST
@@ -1,5 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:01 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/11/17 09:02:01 salo Exp $
bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true; echo %D%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true) >/etc/shells
usr/share/man/man1/tcsh.1