diff options
author | asami <asami@FreeBSD.org> | 1996-03-18 02:04:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-18 02:04:26 +0000 |
commit | 61e74f1e70a626db9959020845c8086c7ae71783 (patch) | |
tree | 81f005421991836c026517de44357083fb25d397 /lang/tclX82/Makefile | |
parent | c6d4cf830414698ead6ac576de66a3c0429e55c7 (diff) | |
download | FreeBSD-ports-61e74f1e70a626db9959020845c8086c7ae71783.zip FreeBSD-ports-61e74f1e70a626db9959020845c8086c7ae71783.tar.gz |
Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3".
Diffstat (limited to 'lang/tclX82/Makefile')
-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 6d31441..b44b13c 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/ |