diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-27 06:01:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-27 06:01:29 +0000 |
commit | 4d74d95d4f7f19849341b57e9dea8a653b78e065 (patch) | |
tree | 7472e6e8c22d9683f0a35492b7e99e8b00745de8 /shells | |
parent | 125b84f8b0955474df4596791cd2a009b5308ebe (diff) | |
download | FreeBSD-ports-4d74d95d4f7f19849341b57e9dea8a653b78e065.zip FreeBSD-ports-4d74d95d4f7f19849341b57e9dea8a653b78e065.tar.gz |
Style police.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 | ||||
-rw-r--r-- | shells/bash1/Makefile | 4 | ||||
-rw-r--r-- | shells/bash2/Makefile | 4 | ||||
-rw-r--r-- | shells/bash3/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6bd552a..8ac2037 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,16 +3,16 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ # DISTNAME= bash-1.14.7 -WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 6bd552a..8ac2037 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,16 +3,16 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ # DISTNAME= bash-1.14.7 -WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6bd552a..8ac2037 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,16 +3,16 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ # DISTNAME= bash-1.14.7 -WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 6bd552a..8ac2037 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,16 +3,16 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ # DISTNAME= bash-1.14.7 -WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. .include <bsd.port.mk> |