diff options
Diffstat (limited to 'shells/esh/Makefile')
-rw-r--r-- | shells/esh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 7340a1033db4..1adc6fd9ffd5 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -3,7 +3,7 @@ # Date created: 05/20/1999 # Whom: nectar@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/28 21:01:50 nectar Exp $ # DISTNAME= esh-0.8 @@ -23,10 +23,6 @@ do-install: ${ECHO} ${PREFIX}/bin/esh) > /etc/shells @${RM} /etc/shells.bak .if !defined(NOPORTDOCS) - if [ -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \ - ${PREFIX}/info/dir; \ - fi ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info install-info ${PREFIX}/info/esh.info ${PREFIX}/info/dir .endif |