diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 04:03:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 04:03:18 +0000 |
commit | 5f836340982476455cb4abb9463b55044c0ebffc (patch) | |
tree | d6d7726c513b87288111198c83a27c9e53ac8a30 /x11-wm/tvtwm | |
parent | 01d6667dc180882c8fcc822fca870ad91f92582c (diff) |
Move manpages to the Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13622
Diffstat (limited to 'x11-wm/tvtwm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/tvtwm/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 09fada6ce5ae..81909865c994 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.11 1998/09/15 11:13:37 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/17 00:32:59 asami Exp $ # DISTNAME= tvtwm @@ -18,5 +18,6 @@ MAINTAINER= gpalmer@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= tvtwm.1 .include <bsd.port.mk> diff --git a/x11-wm/tvtwm/pkg-plist b/x11-wm/tvtwm/pkg-plist index d799e55506d2..6f2247eec1e9 100644 --- a/x11-wm/tvtwm/pkg-plist +++ b/x11-wm/tvtwm/pkg-plist @@ -1,2 +1 @@ bin/tvtwm -man/man1/tvtwm.1.gz |