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/zmtx-zmrx | |
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/zmtx-zmrx')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index cec189741c42..78022b8f320a 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -1,19 +1,19 @@ # ex:ts=8 # Ports collection makefile for: zmtx-zmrx -# Version required: 0.0 # Date created: 29 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # # $FreeBSD$ # -DISTNAME= zmtx-zmrx -PKGNAME= zmtx-zmrx-1.02 +PORTNAME= zmtx-zmrx +PORTVERSION= 1.02 CATEGORIES= comms MASTER_SITES= ftp://ftp.inria.fr/network/modem/ \ ftp://ftp.vex.net/pub/software/ # see also comp.unix.sources for version 1.0 # ftp://ftp.lth.se/pub/usenet/comp.sources.unix/volume28/zm/part01.gz +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@FreeBSD.org |