diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
commit | f2f1754b99181cba6555b59ad5192b5a7482b01a (patch) | |
tree | b49810ab35d424200cede94762f678119fb64679 /shells/bash2 | |
parent | 24ece4c856038b45cdfba886b7a517c10ed663f1 (diff) | |
download | ports-f2f1754b99181cba6555b59ad5192b5a7482b01a.tar.gz ports-f2f1754b99181cba6555b59ad5192b5a7482b01a.zip |
Notes
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 174fcfe32844..3246b25eab0b 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-static-link=no CONFIGURE_ARGS+= --debug .endif MAN1= bash.1 bashbug.1 +INFO= bash post-patch: @${REINPLACE_CMD} -e "s,.FN /bin/bash,.FN ${PREFIX}/bin/bash," \ diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index bc94f702e312..6d6b8e18e7e9 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/pkg-plist @@ -4,9 +4,6 @@ bin/bash2 @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 %%PORTDOCS%%%%DOCSDIR%%/article.ps.bz2 %%PORTDOCS%%%%DOCSDIR%%/bashref.ps.bz2 %%PORTDOCS%%%%DOCSDIR%%/article.txt |