diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-23 07:56:10 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-23 07:56:10 +0000 |
commit | 025c0967a7859541dea16b424a759194cccbc2a6 (patch) | |
tree | 129f0affdd9c6f47666a392078abaf0a74c39d21 /x11-wm | |
parent | 2a27133dc806a7105216b9badfd8161065d9dfb5 (diff) | |
download | ports-025c0967a7859541dea16b424a759194cccbc2a6.tar.gz ports-025c0967a7859541dea16b424a759194cccbc2a6.zip |
Make this sucker install it's man page again (thanks Satoshi)
Submitted by: asami
Notes
Notes:
svn path=/head/; revision=473
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index a322483fcb15..23ac8074d468 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,13 +3,14 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/11/20 16:20:38 torstenb Exp $ # DISTNAME= ctwm-3.2p1 MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z +INSTALL_MANPAGES= yes .if !exists(/usr/X11R6/lib/libXpm.a) DEPENDS= ${PORTSDIR}/x11/xpm .endif |