diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /shells/bash2/Makefile | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index ffa738a..211c8940b 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.33 1999/04/19 08:42:20 cracauer Exp $ +# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $ # DISTNAME= bash-2.03 @@ -21,11 +21,6 @@ GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 -pre-install: - if [ ! -s ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - post-install: ${CP} /etc/shells /etc/shells.bak (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells |