diff options
author | swallace <swallace@FreeBSD.org> | 1996-11-22 08:19:50 +0000 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1996-11-22 08:19:50 +0000 |
commit | 0f9e5b16fbb50fddf692a4a63e0fdd73cb27a4c1 (patch) | |
tree | e0b1f5761de36e932654f27e38f72d00242ee2ab /comms | |
parent | 57e3cc63d3fcfa287a6d9816cd924a3161b06cb0 (diff) | |
download | FreeBSD-ports-0f9e5b16fbb50fddf692a4a63e0fdd73cb27a4c1.zip FreeBSD-ports-0f9e5b16fbb50fddf692a4a63e0fdd73cb27a4c1.tar.gz |
Misspelled manpage listed in Makefile.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index b6f224b..23723b3 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1996/11/17 03:01:02 obrien Exp $ +# $Id: Makefile,v 1.13 1996/11/18 13:57:14 asami Exp $ # DISTNAME= mgetty-0.99 @@ -15,7 +15,7 @@ MAINTAINER= jmz@FreeBSD.org IS_INTERACTIVE= yes MAKE_FLAGS= prefix=${PREFIX} -f -MAN1= coverpg.1 fax.1 faxq.1 faqrm.1 faxrunq.1 faxspool.1 \ +MAN1= coverpg.1 fax.1 faxq.1 faxrm.1 faxrunq.1 faxspool.1 \ g3cat.1 g3topbm.1 pbmtog3.1 MAN4= mgettydefs.4 MAN5= faxqueue.5 |