diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /shells/bash/Makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'shells/bash/Makefile')
| -rw-r--r-- | shells/bash/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile deleted file mode 100644 index 0808da9fdb6d..000000000000 --- a/shells/bash/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: bash -# Date created: 21 August 1994 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= bash -PORTVERSION= 2.05b.004 -PORTREVISION?= 0 -CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.cwru.edu/pub/bash/ -MASTER_SITE_SUBDIR= bash -DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz -.if !defined(NOPORTDOCS) -DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz -.endif - -PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= obrien -PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 - -MAINTAINER= obrien@FreeBSD.org - -.include <bsd.port.pre.mk> - -WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} -GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --with-installed-readline -CONFIGURE_ENV= LDFLAGS=-static -MAN1= bash.1 bashbug.1 - -post-install: - ${CP} /etc/shells /etc/shells.bak - (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells - ${RM} /etc/shells.bak -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} \ - ${WRKDIR}/doc/article.ps \ - ${WRKDIR}/doc/bashref.ps \ - ${DOCSDIR} - ${INSTALL_MAN} \ - ${WRKDIR}/doc/article.txt \ - ${DOCSDIR} - ${BZIP2_CMD} -f ${DOCSDIR}/*.ps -.endif - -.include <bsd.port.post.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |
