1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/shells/bash1/Makefile
Kirill Ponomarev f344055e07 - Fix typo in COMMENT [1]
- Use INFO

Submitted by:	Anthraxz <bouloumag@hotmail.com> [1]
2003-09-01 14:50:15 +00:00

29 lines
551 B
Makefile

# ex:ts=8
# Ports collection makefile for: bash
# Date created: 21 August 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= bash
PORTVERSION= 1.14.7
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
MAINTAINER= ports@FreeBSD.org
COMMENT= The GNU Bourne Again Shell
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
INFO= bash
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
.include <bsd.port.mk>