diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-01 09:08:21 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-01 09:08:21 +0000 |
commit | 465a9de62c731e1f1b354086d93028d877381dd2 (patch) | |
tree | 095c80e69400fe807e962d7689485a39d76a05ba /comms/mgetty+sendfax/Makefile | |
parent | e2585ee5f7c5f458505003c91f5e841188a5bdbd (diff) | |
download | FreeBSD-ports-465a9de62c731e1f1b354086d93028d877381dd2.zip FreeBSD-ports-465a9de62c731e1f1b354086d93028d877381dd2.tar.gz |
Upgrade to 1.1.19, don't split info page.
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 706636e..dc504af 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,25 +1,37 @@ # New ports collection makefile for: mgetty+sendfax -# Version required: 1.1.16 +# Version required: 1.1.19 # Date created: 20 April 1998 # Whom: rkw # -# $Id: Makefile,v 1.24 1998/04/20 20:07:44 jmz Exp $ +# $Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp $ # -DISTNAME= mgetty1.1.16-Jul05 -PKGNAME= mgetty-1.1.16 +DISTNAME= mgetty1.1.19-Nov24 +PKGNAME= mgetty-1.1.19 CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ MAINTAINER= jmz@FreeBSD.org -WRKSRC= ${WRKDIR}/mgetty-1.1.16 +WRKSRC= ${WRKDIR}/mgetty-1.1.19 MAKE_FLAGS= prefix=${PREFIX} -f -MAN1= coverpg.1 fax.1 faxq.1 faxrm.1 faxrunq.1 faxspool.1 \ - g3cat.1 g32pbm.1 pbm2g3.1 pvf.1 zplay.1 +MAN1= coverpg.1 \ + fax.1 \ + faxq.1 \ + faxrm.1 \ + faxrunq.1 \ + faxspool.1 \ + g3cat.1 \ + g32pbm.1 \ + pbm2g3.1 \ + pvf.1 \ + zplay.1 MAN4= mgettydefs.4 MAN5= faxqueue.5 -MAN8= sendfax.8 mgetty.8 callback.8 faxrunqd.8 +MAN8= callback.8 \ + faxrunqd.8 \ + mgetty.8 \ + sendfax.8 pre-install: @(cd ${WRKSRC}/doc; ${MAKE} manpages) |