summaryrefslogtreecommitdiff
path: root/shells/pdksh
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh')
-rw-r--r--shells/pdksh/Makefile15
-rw-r--r--shells/pdksh/distinfo1
-rw-r--r--shells/pdksh/pkg-comment1
-rw-r--r--shells/pdksh/pkg-descr2
-rw-r--r--shells/pdksh/pkg-plist5
5 files changed, 0 insertions, 24 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
deleted file mode 100644
index ed05477b7d8b..000000000000
--- a/shells/pdksh/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: pdksh
-# Version required: 5.1.3
-# Date created: 23 December 1994
-# Whom: thomas@ghpc8.ihf.rwth-aachen.de
-#
-# $Id: Makefile,v 1.4 1995/04/01 12:49:56 jkh Exp $
-#
-
-DISTNAME= pdksh-5.1.3
-CATEGORIES+= shells
-MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/shells/pdksh/distinfo b/shells/pdksh/distinfo
deleted file mode 100644
index d15ecd4c8cc5..000000000000
--- a/shells/pdksh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pdksh-5.1.3.tar.gz) = 85493e3f98909dbdcacc3a074eb3359a
diff --git a/shells/pdksh/pkg-comment b/shells/pdksh/pkg-comment
deleted file mode 100644
index 657b05dc793b..000000000000
--- a/shells/pdksh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PD KSH v5.1.3 94/12/22 (binaries)
diff --git a/shells/pdksh/pkg-descr b/shells/pdksh/pkg-descr
deleted file mode 100644
index 64514d922a84..000000000000
--- a/shells/pdksh/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-PDKSH is the Public Domain Korn Shell. Its command language is a
-superset of the sh(1) shell language.
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist
deleted file mode 100644
index 830a7aa96d33..000000000000
--- a/shells/pdksh/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@cwd /usr/local
-bin/ksh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-man/man1/ksh.1