diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 03:26:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 03:26:36 +0800 |
commit | d040c051a115e334018d93f27c899087c034a74b (patch) | |
tree | 676bc64925a2c9aa33b3b8289678db0aa7d79613 /shells | |
parent | a36ee675c065bbb2cfe3e13b40816280bb39de63 (diff) | |
download | freebsd-ports-graphics-d040c051a115e334018d93f27c899087c034a74b.tar.gz freebsd-ports-graphics-d040c051a115e334018d93f27c899087c034a74b.tar.zst freebsd-ports-graphics-d040c051a115e334018d93f27c899087c034a74b.zip |
Makefile updates, shell version! This was easy! :)
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 | ||||
-rw-r--r-- | shells/pdksh/Makefile | 8 | ||||
-rw-r--r-- | shells/tcsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh-devel/Makefile | 10 | ||||
-rw-r--r-- | shells/zsh/Makefile | 10 |
8 files changed, 26 insertions, 22 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 8463f2a51ce..f7f96bb53b9 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ # DISTNAME= bash-1.14.4 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ CATEGORIES+= shells +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 8463f2a51ce..f7f96bb53b9 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ # DISTNAME= bash-1.14.4 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ CATEGORIES+= shells +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 8463f2a51ce..f7f96bb53b9 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ # DISTNAME= bash-1.14.4 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ CATEGORIES+= shells +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 8463f2a51ce..f7f96bb53b9 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ # DISTNAME= bash-1.14.4 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ CATEGORIES+= shells +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index ba308d355bc..ed05477b7d8 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -3,13 +3,13 @@ # Date created: 23 December 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/01/03 22:15:32 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:49:56 jkh Exp $ # - DISTNAME= pdksh-5.1.3 -MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ CATEGORIES+= shells -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ + +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index f24defa13bd..4162eb15f3b 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,11 +3,11 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1994/09/14 14:12:31 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:49:58 jkh Exp $ # DISTNAME= tcsh-6.05 -MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ CATEGORIES+= shells +MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ .include <bsd.port.mk> diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index e679cb3a080..cb3f2e79329 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: zsh -# Version required: 2.6 beta34 +# Version required: 2.6 beta4 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:50:00 jkh Exp $ # DISTNAME= zsh-2.6-beta4 -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +PKGNAME= zsh-2.6.4 CATEGORIES+= shells -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ + +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e679cb3a080..cb3f2e79329 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: zsh -# Version required: 2.6 beta34 +# Version required: 2.6 beta4 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:50:00 jkh Exp $ # DISTNAME= zsh-2.6-beta4 -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +PKGNAME= zsh-2.6.4 CATEGORIES+= shells -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ + +GNU_CONFIGURE= yes .include <bsd.port.mk> |