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>
This commit is contained in:
Kurt Jaeger 2020-12-20 09:18:00 +00:00
parent cdd929a0b9
commit 868cc5c3d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558734

View File

@ -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>