summaryrefslogtreecommitdiff
path: root/shells/bash1
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-01 14:50:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-01 14:50:15 +0000
commitf344055e07d96344a073e75b9d5c1b77f467d999 (patch)
tree655484158503fad9ae6b729ec92d597c6b3b9ac1 /shells/bash1
parentAdd p5-Games-Bingo-Print 0.01, (diff)
- Fix typo in COMMENT [1]
- Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
Notes
Notes: svn path=/head/; revision=88286
Diffstat (limited to 'shells/bash1')
-rw-r--r--shells/bash1/Makefile3
-rw-r--r--shells/bash1/pkg-plist3
2 files changed, 2 insertions, 4 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index f0279e442778..649b5b911f4d 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -13,13 +13,14 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
MAINTAINER= ports@FreeBSD.org
-COMMENT= The GNU Borne Again Shell
+COMMENT= The GNU Bourne Again Shell
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
+INFO= bash
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist
index 5d50de73064b..8d96355917be 100644
--- a/shells/bash1/pkg-plist
+++ b/shells/bash1/pkg-plist
@@ -3,6 +3,3 @@ bin/bash
@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
bin/bashbug
-@unexec install-info --delete %D/info/bash.info %D/info/dir
-info/bash.info
-@exec install-info %D/info/bash.info %D/info/dir