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/lrzsz/Makefile | |
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/lrzsz/Makefile')
-rw-r--r-- | comms/lrzsz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 777d4f8ef8de..d594b9f6987d 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,12 +1,12 @@ # ex:ts=8 # Ports collection makefile for: lrzsz -# Version required: 0.0 # Date created: 29 Sept 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # # $FreeBSD$ -DISTNAME= lrzsz-0.12.20 +PORTNAME= lrzsz +PORTVERSION= 0.12.20 CATEGORIES= comms MASTER_SITES= ftp://tirka.ohse.de/uwe/releases/ \ ftp://ftp.netsw.org/netsw/Network/Modem/Protocols/ZModem/lrzsz/ \ |