diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | 53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch) | |
tree | 750f62f43b17ff10a3a84f2060b666f410857ba7 /comms/viewfax | |
parent | 3d68d298a06934d9c82b2d300a06f8ebd99b4c81 (diff) |
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes:
svn path=/head/; revision=13165
Diffstat (limited to 'comms/viewfax')
-rw-r--r-- | comms/viewfax/Makefile | 4 | ||||
-rw-r--r-- | comms/viewfax/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index eb766c4af287..0670b99ac9bc 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -3,7 +3,7 @@ # Date created: 16 sept 1995 # Whom: jmz # -# $Id: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $ +# $Id: Makefile,v 1.10 1998/08/07 22:00:00 asami Exp $ # DISTNAME= viewfax-2.3 @@ -14,4 +14,6 @@ USE_IMAKE= yes MAINTAINER= jmz@FreeBSD.org +MAN1= viewfax.1 + .include <bsd.port.mk> diff --git a/comms/viewfax/pkg-plist b/comms/viewfax/pkg-plist index 7c8ed9ff63cb..8181a7de7fe5 100644 --- a/comms/viewfax/pkg-plist +++ b/comms/viewfax/pkg-plist @@ -1,3 +1,2 @@ bin/viewfax lib/viewfax.tif -man/man1/viewfax.1.gz |