diff options
author | Paul Traina <pst@FreeBSD.org> | 1995-10-27 22:05:16 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1995-10-27 22:05:16 +0000 |
commit | 540c9950ea3c6e83fda609b339bd935f29bfc88d (patch) | |
tree | f39061580e92d36c556d4351e9a2eb15190b5c0d /comms/hylafax/Makefile | |
parent | Shorten one-line comment as per JKH request. (diff) |
Update to 3.0pl1
Approved by: asami and jhs
Notes
Notes:
svn path=/head/; revision=2369
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index cfd2a4aad703..96d9fe410453 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,18 +1,24 @@ # ports collection makefile for: hylafax -# Version required: v3.0pl0 +# Version required: v3.0pl1 # Date created: 16 May 1995 # Whom: Julian Stacey <jhs@freebsd.org> # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. +# +# $Id$ DISTNAME= hylafax-v3.0pl0 -PKGNAME= hylafax-3.0.0 +PKGNAME= hylafax-3.0.1 CATEGORIES+= comms KEYWORDS+= fax MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.gz HAS_CONFIGURE= yes +PATCH_SITES= ftp://ftp.sgi.com/sgi/fax/source/ +PATCHFILES= hylafax-v3.0pl0-patch01.gz +PATCH_DIST_STRIP=-p1 + MAINTAINER= jhs@FreeBSD.org .if !exists(patches/patch-ab) |