diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
commit | 54bfe2c902cde13968f2c7ded67c038f02995791 (patch) | |
tree | bf954f87e659067d4ad81c04c0c6b322249998c4 /comms/hylafax/Makefile | |
parent | Delete all references to the variable ${KEYWORD} that never quite flew. (diff) |
Remove ${KEYWORDS}.
Notes
Notes:
svn path=/head/; revision=2780
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 96d9fe410453..e9bafcb67a2b 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -5,12 +5,11 @@ # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. # -# $Id$ +# $Id: Makefile,v 1.6 1995/10/27 22:05:03 pst Exp $ DISTNAME= hylafax-v3.0pl0 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 |