diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/Makefile | 3 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 3 |
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 |