diff options
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/ |