diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 22:50:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 22:50:08 +0000 |
commit | 7f27abbcb8d759a7b7daf03584071877587e341c (patch) | |
tree | 394e9c2da34bb03252b66fc0fee196a15a2995cc /lang/itcl/Makefile | |
parent | Deal with a sys_errlist[] thing that got in here somehow.. (diff) |
The distfile on alcatel has changed. Update to reflect this.
Diffstat (limited to '')
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index b475e61c13ce..e80b5d37a6a0 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/10/06 01:29:34 jkh Exp $ # DISTNAME= itcl-1.5 @@ -11,6 +11,5 @@ HAS_CONFIGURE= yes MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ PATCH_STRIP= -p1 DEPENDS= ${PORTSDIR}/lang/tcl ${PORTSDIR}/x11/tk -DISTFILES= itcl_1.5.tar.gz .include <bsd.port.mk> |