diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /shells/bash1 | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) | |
download | ports-b5d1cecde4e6c0dcb132742181e822478f6759af.tar.gz ports-b5d1cecde4e6c0dcb132742181e822478f6759af.zip |
Notes
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 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 |