Date: Fri, 8 Dec 2017 18:34:53 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455791 - head/x11/xbanish Message-ID: <201712081834.vB8IYr1O060071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Dec 8 18:34:53 2017 New Revision: 455791 URL: https://svnweb.freebsd.org/changeset/ports/455791 Log: x11/xbanish: Fix build when PREFIX != LOCALBASE Modified: head/x11/xbanish/Makefile Modified: head/x11/xbanish/Makefile ============================================================================== --- head/x11/xbanish/Makefile Fri Dec 8 17:49:06 2017 (r455790) +++ head/x11/xbanish/Makefile Fri Dec 8 18:34:53 2017 (r455791) @@ -16,7 +16,7 @@ GH_ACCOUNT= jcs USE_XORG= x11 xfixes xi xt -MAKE_ARGS= X11BASE="${PREFIX}" +MAKE_ARGS= X11BASE="${LOCALBASE}" PLIST_FILES= bin/xbanish \ man/man1/xbanish.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712081834.vB8IYr1O060071>