diff options
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r-- | shells/bash1/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 45a7b95a0866..bc829c94b66a 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -1,21 +1,21 @@ # ex:ts=8 -# New ports collection makefile for: bash -# Version required: 1.14.7 -# Date created: 21 August 1994 -# Whom: jkh +# Ports collection makefile for: bash +# Version required: 1.14.7 +# Date created: 21 August 1994 +# Whom: jkh # # $FreeBSD$ # -DISTNAME= bash-1.14.7 +DISTNAME= bash-1.14.7 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bash MAINTAINER= obrien@FreeBSD.org NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. NOMANCOMPRESS= yes MAN1= bash.1 bash_builtins.1 |