mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0ebe3bae3b
Add manpages to MANx. But don't compress them.
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 1.14.7
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.18 1996/12/27 06:01:29 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= bash-1.14.7
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
NOMANCOMPRESS= "Don't compress manpages or .so does not work."
|
|
MAN1= bash.1 bash_builtins.1
|
|
|
|
.include <bsd.port.mk>
|