diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /shells/bash1 | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz |
Style nits in the ports I maintain.
Diffstat (limited to 'shells/bash1')
-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 45a7b95..bc829c9 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 |