svn commit: r455791 - head/x11/xbanish

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 8 18:34:54 UTC 2017


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


More information about the svn-ports-head mailing list