Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 09:18:00 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558734 - head/x11-wm/ctwm
Message-ID:  <202012200918.0BK9I09B022203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Dec 20 09:18:00 2020
New Revision: 558734
URL: https://svnweb.freebsd.org/changeset/ports/558734

Log:
  x11-wm/ctwm: fix man page location
  
  - Hardcode share/man as the man location
  
  PR:		251520
  Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
  Reported by:	John Kennedy <warlock@phouka.net>

Modified:
  head/x11-wm/ctwm/Makefile

Modified: head/x11-wm/ctwm/Makefile
==============================================================================
--- head/x11-wm/ctwm/Makefile	Sun Dec 20 09:06:19 2020	(r558733)
+++ head/x11-wm/ctwm/Makefile	Sun Dec 20 09:18:00 2020	(r558734)
@@ -18,4 +18,9 @@ USE_XORG=	x11 xext xt ice sm xpm xmu
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+# mtree isn't run in poudriere, so /usr/local/ isn't all setup like it
+# should be, so we have to force this
+CMAKE_ARGS=	-DMANDIR:STRING="${PREFIX}/share/man"
+
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012200918.0BK9I09B022203>