From f344055e07d96344a073e75b9d5c1b77f467d999 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 1 Sep 2003 14:50:15 +0000 Subject: - Fix typo in COMMENT [1] - Use INFO Submitted by: Anthraxz [1] --- shells/bash1/Makefile | 3 ++- shells/bash1/pkg-plist | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'shells/bash1') 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 -- cgit v1.2.3