diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
commit | d040c051a115e334018d93f27c899087c034a74b (patch) | |
tree | 676bc64925a2c9aa33b3b8289678db0aa7d79613 /shells/tcsh | |
parent | a36ee675c065bbb2cfe3e13b40816280bb39de63 (diff) | |
download | FreeBSD-ports-d040c051a115e334018d93f27c899087c034a74b.zip FreeBSD-ports-d040c051a115e334018d93f27c899087c034a74b.tar.gz |
Makefile updates, shell version! This was easy! :)
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index f24defa..4162eb1 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> |