svn commit: r558734 - head/x11-wm/ctwm

Kurt Jaeger pi at FreeBSD.org
Sun Dec 20 09:18:01 UTC 2020


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 at over-yonder.net> (maintainer)
  Reported by:	John Kennedy <warlock at 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>


More information about the svn-ports-all mailing list