summaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
blob: 4b92bde726779a7c4a5174a5599069636fb752dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	bash
# Version required:     1.14.5
# Date created:		21 August 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $
#

DISTNAME=       bash-1.14.5
CATEGORIES+=	shells
MASTER_SITES=   ftp://slc2.ins.cwru.edu/pub/dist/

MAINTAINER=     ache@FreeBSD.ORG

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1
.endif

.include <bsd.port.mk>