aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-01 22:50:15 +0800
committerkrion <krion@FreeBSD.org>2003-09-01 22:50:15 +0800
commit85991415455489a9574470fc002d4ee5909475ad (patch)
tree32ad986339041a36bbbccc7296968007fc85ad3e /shells
parent0d24015fa3c4530570ed42ddc9238a212d1010f4 (diff)
downloadfreebsd-ports-graphics-85991415455489a9574470fc002d4ee5909475ad.tar.gz
freebsd-ports-graphics-85991415455489a9574470fc002d4ee5909475ad.tar.zst
freebsd-ports-graphics-85991415455489a9574470fc002d4ee5909475ad.zip
- Fix typo in COMMENT [1]
- Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
Diffstat (limited to 'shells')
-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 f0279e44277..649b5b911f4 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 5d50de73064..8d96355917b 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