diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /comms/tkhylafax | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r-- | comms/tkhylafax/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 3fb9dd0c7e8e..1f65905c491e 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,13 +1,12 @@ -# New ports collection Makefile for: tkhylafax-3.0 -# Version required: 3.0b2 +# New ports collection Makefile for: tkhylafax # Date created: Sun Jun 8 11:51:21 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= tkhylafax-3.0b2 -PKGNAME= tkhylafax-3.0 +PORTNAME= tkhylafax +PORTVERSION= 3.0b2 CATEGORIES= comms tk82 MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/ |