diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-04 18:58:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-04 18:58:19 +0800 |
commit | 364a5c51c20b991a047c33564f2ee9ed6d68c6f2 (patch) | |
tree | db8d28e6565cd42fa0a14d9bba9c1f494457097f /shells/bash2 | |
parent | 0dfb3b8858f2ef942e31c59c480c84557ca19892 (diff) | |
download | freebsd-ports-gnome-364a5c51c20b991a047c33564f2ee9ed6d68c6f2.tar.gz freebsd-ports-gnome-364a5c51c20b991a047c33564f2ee9ed6d68c6f2.tar.zst freebsd-ports-gnome-364a5c51c20b991a047c33564f2ee9ed6d68c6f2.zip |
Add INFO macro
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 |