diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-26 07:47:09 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-26 07:47:09 +0800 |
commit | aac0050fbf3e09e525e8823818d33b712869359d (patch) | |
tree | 577623c96036f9fc4f15cd15178559474734cd7c /lang | |
parent | a6d0474c3f40ee093f39d1887d1dbe2785080ae0 (diff) | |
download | freebsd-ports-gnome-aac0050fbf3e09e525e8823818d33b712869359d.tar.gz freebsd-ports-gnome-aac0050fbf3e09e525e8823818d33b712869359d.tar.zst freebsd-ports-gnome-aac0050fbf3e09e525e8823818d33b712869359d.zip |
Make a more canonical PKGNAME from the DISTNAME.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index bcc53d02da89..cb34637109b9 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,10 +3,11 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.11 1996/08/24 03:51:00 chuckr Exp $ +# $Id: Makefile,v 1.12 1996/08/24 17:12:05 chuckr Exp $ # DISTNAME= itcl2.1 +PKGNAME= itcl-2.1 GNU_CONFIGURE= yes CATEGORIES+= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ |