aboutsummaryrefslogtreecommitdiff
path: root/shells/psh/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-29 02:27:02 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-29 02:27:02 +0000
commitd158e99d339876e2ee8cd317b5dbb3be376999e3 (patch)
tree9d243c2fa926181e6e9280f7fb21edfd88eed55b /shells/psh/files
parent61ab6ea6beb5c79a6941bab54dd32e022e7f709e (diff)
Notes
Diffstat (limited to 'shells/psh/files')
-rw-r--r--shells/psh/files/man319
-rw-r--r--shells/psh/files/patch-aa10
2 files changed, 29 insertions, 0 deletions
diff --git a/shells/psh/files/man3 b/shells/psh/files/man3
new file mode 100644
index 000000000000..72352696c2a6
--- /dev/null
+++ b/shells/psh/files/man3
@@ -0,0 +1,19 @@
+MAN3= \
+ Psh::OS::Unix.3 \
+ Psh::Locale::French.3 \
+ Psh::Locale::Spanish.3 \
+ Psh::Joblist.3 \
+ Psh::Locale::German.3 \
+ Psh::Locale::Base.3 \
+ Psh::Completion.3 \
+ Psh::PerlEval.3 \
+ Psh::Job.3 \
+ Psh::Util.3 \
+ Psh::OS::Win.3 \
+ Psh::Locale::Italian.3 \
+ Psh::OS.3 \
+ Psh::OS::Mac.3 \
+ Psh::Locale::Default.3 \
+ Psh::Builtins.3 \
+ Psh::Parser.3 \
+ Psh::Locale::Portuguese.3
diff --git a/shells/psh/files/patch-aa b/shells/psh/files/patch-aa
new file mode 100644
index 000000000000..365334e4e1eb
--- /dev/null
+++ b/shells/psh/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.PL Mon Dec 27 06:11:05 1999
++++ Makefile.PL.new Sun Feb 27 22:34:55 2000
+@@ -17,6 +17,7 @@
+
+ WriteMakefile (
+ NAME => 'psh',
++ PREFIX => '${PPREFIX}',
+ VERSION_FROM => 'psh',
+ AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)',
+ ABSTRACT => 'Perl Shell',