mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c3d2f16419
> This port is obsoleted by bash2, so I don't want to be MAINTAINER I *hate* bash2. So I'll take it over.
19 lines
412 B
Makefile
19 lines
412 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 1.14.7
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.22 1997/02/14 14:18:45 ache Exp $
|
|
#
|
|
|
|
DISTNAME= bash-1.14.7
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
|
|
|
|
MAINTAINER= obrien@NUXI.com.
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
# Don't compress manpages or .so not works.
|
|
|
|
.include <bsd.port.mk>
|