diff options
author | pst <pst@FreeBSD.org> | 1995-10-28 06:05:16 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-10-28 06:05:16 +0800 |
commit | ad515d6450400d6cf37a949911709816421c79d2 (patch) | |
tree | 98e6996f1c60b92ef2115a65c1fe6c17280758ed /comms/hylafax/Makefile | |
parent | 83b4fe6c77f5797a34222f10199f13a6cb2daa9d (diff) | |
download | freebsd-ports-gnome-ad515d6450400d6cf37a949911709816421c79d2.tar.gz freebsd-ports-gnome-ad515d6450400d6cf37a949911709816421c79d2.tar.zst freebsd-ports-gnome-ad515d6450400d6cf37a949911709816421c79d2.zip |
Update to 3.0pl1
Approved by: asami and jhs
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) |