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/ctwm | |
parent | Move manpages to Makefile and use MAN* macros. (diff) |
Move manpages to the Makefile and use MAN* macros.
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/ctwm/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 868122d31bd7..8dfa5eb77c31 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.17 1998/09/15 11:13:34 asami Exp $ +# $Id: Makefile,v 1.18 1998/09/17 00:32:56 asami Exp $ # DISTNAME= ctwm-3.5 @@ -15,5 +15,6 @@ MAINTAINER= torstenb@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= ctwm.1 .include <bsd.port.mk> diff --git a/x11-wm/ctwm/pkg-plist b/x11-wm/ctwm/pkg-plist index b056bed3c371..4c2029e431b1 100644 --- a/x11-wm/ctwm/pkg-plist +++ b/x11-wm/ctwm/pkg-plist @@ -1,6 +1,5 @@ bin/ctwm lib/X11/twm/system.ctwmrc -man/man1/ctwm.1.gz lib/X11/twm/images/3D_Expand15.xpm lib/X11/twm/images/3D_Iconify15.xpm lib/X11/twm/images/3D_Lightning15.xpm @@ -90,3 +89,5 @@ lib/X11/twm/images/xrn.goodnews.xpm lib/X11/twm/images/xrn.nonews.xpm lib/X11/twm/images/xrn.xpm lib/X11/twm/images/xterm.xpm +@dirrm lib/X11/twm/images +@dirrm lib/X11/twm |