1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/shells/bash2/Makefile

21 lines
456 B
Makefile
Raw Normal View History

# New ports collection makefile for: bash
# Version required: 1.14.5
# Date created: 21 August 1994
# Whom: jkh
#
1995-10-04 14:45:01 +00:00
# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $
#
DISTNAME= bash-1.14.5
CATEGORIES+= shells
1995-04-18 11:06:01 +00:00
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
1995-10-04 14:45:01 +00:00
1995-04-18 11:06:01 +00:00
MAINTAINER= ache@FreeBSD.ORG
1995-10-04 14:45:01 +00:00
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1
.endif
.include <bsd.port.mk>