diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-08 22:50:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-08 22:50:08 +0000 |
commit | 5d8d1156d0f339b943af594ff3f7383a9202ab83 (patch) | |
tree | 97dc3e132c4298e7ba38023fe7c61e39b9dbb89f /lang/itcl | |
parent | 089b3b12bc9ce47e7c90b7b1040730c442b5d710 (diff) | |
download | FreeBSD-ports-5d8d1156d0f339b943af594ff3f7383a9202ab83.zip FreeBSD-ports-5d8d1156d0f339b943af594ff3f7383a9202ab83.tar.gz |
The distfile on alcatel has changed. Update to reflect this.
Diffstat (limited to 'lang/itcl')
-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 b475e61..e80b5d3 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> |