1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/shells/bash1/Makefile
Pav Lucistnik 0fe91a205b - Fix build on non-i386 platforms.
Tested ok on: i386/stable, i386/current, amd64
  Fails later on: ia64 (pluto2)

PR:		ports/60176
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-12 16:25:25 +00:00

29 lines
566 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 -- old version
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>