diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /shells/bash/Makefile | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile deleted file mode 100644 index 06bb9923e1d1..000000000000 --- a/shells/bash/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: bash -# Version required: 2.* -# Date created: 21 August 1994 -# Whom: jkh -# -# $Id: Makefile,v 1.32 1999/01/27 07:41:27 fenner Exp $ -# - -DISTNAME= bash-2.03 -CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://slc2.ins.cwru.edu/pub/dist/ -MASTER_SITE_SUBDIR= bash -.if !defined(NOPORTDOCS) -DISTFILES= bash-2.03.tar.gz bash-doc-2.02.tar.gz -.endif - -MAINTAINER= ache@FreeBSD.ORG - -GNU_CONFIGURE= Yes -CONFIGURE_ENV= LDFLAGS=-static -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 - ${RM} /etc/shells.bak -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bash - ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.02/doc/article.ps \ - ${WRKDIR}/bash-doc-2.02/doc/bashref.ps \ - ${PREFIX}/share/doc/bash - ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.02/doc/bash.html \ - ${WRKDIR}/bash-doc-2.02/doc/bashref.html \ - ${WRKDIR}/bash-doc-2.02/doc/bashref_toc.html \ - ${PREFIX}/share/doc/bash - ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.02/doc/article.txt \ - ${PREFIX}/share/doc/bash - ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps -.endif - -.include <bsd.port.mk> |