aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-04 22:45:43 +0800
committerasami <asami@FreeBSD.org>1995-10-04 22:45:43 +0800
commitffaf6a1a59f9898ea36dd5cf87eedfa87b6c4e66 (patch)
treec060a5bacf32f058f4f168e43c2531ba2ed44968 /shells
parentff2c9dd65ea6907ef798011f14394a6b290296b2 (diff)
downloadfreebsd-ports-gnome-ffaf6a1a59f9898ea36dd5cf87eedfa87b6c4e66.tar.gz
freebsd-ports-gnome-ffaf6a1a59f9898ea36dd5cf87eedfa87b6c4e66.tar.zst
freebsd-ports-gnome-ffaf6a1a59f9898ea36dd5cf87eedfa87b6c4e66.zip
Hand-edit patch to install bash_builtins.1.
Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu>
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/files/patch-ad3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash1/files/patch-ad b/shells/bash1/files/patch-ad
index b13158b75001..6b3bc222890b 100644
--- a/shells/bash1/files/patch-ad
+++ b/shells/bash1/files/patch-ad
@@ -14,7 +14,7 @@
$(INSTALL_DATA) features.info $(infodir)/bash.info
uninstall:
---- 90,101 ----
+--- 90,102 ----
installdirs:
-[ -d $(mandir) ] || mkdir $(mandir)
@@ -23,6 +23,7 @@
install: all installdirs
$(INSTALL_DATA) bash.1 $(mandir)
+! $(INSTALL_DATA) builtins.1 $(mandir)/bash_builtins.1
! # $(INSTALL_DATA) readline.3 $(man3dir)
$(INSTALL_DATA) features.info $(infodir)/bash.info