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 | |
parent | Remove trailing dot in LIB_DEPENDS. (diff) |
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes:
svn path=/head/; revision=13165
Diffstat (limited to 'comms')
-rw-r--r-- | comms/seyon/Makefile | 4 | ||||
-rw-r--r-- | comms/seyon/pkg-plist | 1 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 4 | ||||
-rw-r--r-- | comms/viewfax/pkg-plist | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 8fee61caeaa1..dd41b6cd3cf3 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/04/03 04:20:48 jseger Exp $ +# $Id: Makefile,v 1.8 1998/07/27 23:24:06 asami Exp $ # DISTNAME= Seyon-2.14b @@ -18,4 +18,6 @@ WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes BROKEN= Installs file in ${HOME}/.seyon +MAN1= seyon.1 + .include <bsd.port.mk> diff --git a/comms/seyon/pkg-plist b/comms/seyon/pkg-plist index 068736c2b61f..85efd8c4c5ea 100644 --- a/comms/seyon/pkg-plist +++ b/comms/seyon/pkg-plist @@ -2,4 +2,3 @@ bin/seyon lib/X11/app-defaults/Seyon lib/X11/app-defaults/Seyon-color lib/X11/seyon.help -man/man1/seyon.1.gz 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 |