diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-18 02:04:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-18 02:04:26 +0000 |
commit | 3b02424bf4d47b77a46665e6407da636691c9dfc (patch) | |
tree | 55a0f8be1928ba350e085ddf0c860e9aae0555b1 /lang/tclX82 | |
parent | A little reformatting. Also conditionalize man page compression on (diff) |
Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3".
Notes
Notes:
svn path=/head/; revision=2850
Diffstat (limited to 'lang/tclX82')
-rw-r--r-- | lang/tclX82/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX82/Makefile b/lang/tclX82/Makefile index 6d3144113dbb..b44b13c95593 100644 --- a/lang/tclX82/Makefile +++ b/lang/tclX82/Makefile @@ -3,11 +3,11 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.2 1996/02/08 01:27:44 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/03/16 05:01:43 pst Exp $ # DISTNAME= tclX7.5.0-b3 -PKGNAME= tclX7.5.0-b3 +PKGNAME= tclX-7.5b3 CATEGORIES+= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/distrib/ |