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/bash2 | |
parent | a36ee675c065bbb2cfe3e13b40816280bb39de63 (diff) | |
download | freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.tar.gz freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.tar.zst freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.zip |
Makefile updates, shell version! This was easy! :)
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 8463f2a51ce7..f7f96bb53b93 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> |