blob: d8e89d322f6d71dff2f2155c4a2b3e23d4d4e503 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|