diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-02 22:37:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-02 22:37:39 +0000 |
commit | 358d27202548b911c971b2325cc32f369592420b (patch) | |
tree | c439cac7bf176b2551d91924d2df812a3f06294f /comms | |
parent | portlint (diff) |
portlint
Notes
Notes:
svn path=/head/; revision=25431
Diffstat (limited to 'comms')
-rw-r--r-- | comms/viewfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 4c5a89739382..24bd4ad70de9 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -10,10 +10,10 @@ DISTNAME= viewfax-2.3 CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ -USE_IMAKE= yes - MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes + MAN1= viewfax.1 .include <bsd.port.mk> |