diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-28 07:12:09 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-28 07:12:09 +0000 |
commit | 36d5ea530428bc302a2cad3abe0df3c6fe3c1234 (patch) | |
tree | fe2215e70da17165e7310b1f7a4ffd31bd46bb09 /shells/pdksh/patches | |
parent | 382a1008cdf33b483c34ddac894495127709e865 (diff) | |
download | pkgsrc-36d5ea530428bc302a2cad3abe0df3c6fe3c1234.tar.gz |
Import pdksh-5.2.14 into the NetBSD Packages Collection.
PD-ksh is a mostly complete AT&T ksh look-alike. Work is mostly
finished to make it fully compatible with both POSIX and AT&T ksh
(when the two don't conflict). Since pdksh is free and compiles
and runs on most common unix systems, it is very useful in creating
a consistent user interface across multiple machines.
Diffstat (limited to 'shells/pdksh/patches')
-rw-r--r-- | shells/pdksh/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/pdksh/patches/patch-aa b/shells/pdksh/patches/patch-aa new file mode 100644 index 00000000000..11358396873 --- /dev/null +++ b/shells/pdksh/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/11/28 07:12:09 schmonz Exp $ + +--- Makefile.in.orig Tue Jul 13 13:06:53 1999 ++++ Makefile.in +@@ -82,12 +82,6 @@ all: $(SHELL_PROG)$(exe_suffix) $(SHELL_ + install: installdirs all + $(INSTALL_PROGRAM) $(SHELL_PROG)$(exe_suffix) $(bindir)/`echo $(SHELL_PROG)|sed '$(transform)'`$(exe_suffix) + -$(INSTALL_DATA) $(SHELL_PROG).1 $(mandir)/`echo $(SHELL_PROG)|sed '$(transform)'`.$(manext) +- -@prog=$(bindir)/`echo $(SHELL_PROG)|sed '$(transform)'`$(exe_suffix);\ +- test -f /etc/shells \ +- && (grep "^$$prog\$$" /etc/shells > /dev/null \ +- || echo \ +-"NOTE: /etc/shells does not contain $$prog \ +- you should add it if you want to set your shell to $(SHELL_PROG)") + + installdirs: + $(srcdir)/mkinstalldirs $(bindir) $(mandir) |