diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /comms/hylafax/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/hylafax/Makefile')
-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/ |