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/hylafax | |
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/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 25e8149b2d62..4ee8ccc63a82 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,17 +1,17 @@ # ports collection makefile for: hylafax -# Version required: v4.0pl2 # Date created: 19 Apr 1997 # Whom: ports@freebsd.org # # $FreeBSD$ # -DISTNAME= hylafax-v4.0pl2 -PKGNAME= hylafax-4.0.2 +PORTNAME= hylafax +PORTVERSION= 4.0.2 CATEGORIES= comms MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \ ftp://ftp.sisis.de/pub/hylafax/source/ +DISTNAME= ${PORTNAME}-v4.0pl2 EXTRACT_SUFX= -tar.gz PATCH_SITES= http://www.hylafax.org/patches/ |