aboutsummaryrefslogtreecommitdiff
path: root/x11/xbanish
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-12-08 18:34:53 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-12-08 18:34:53 +0000
commit60287e2a663fa7172e8f388e01eb252f5dc7d47e (patch)
tree61cf0ef71d193a676a75b24244b6f359b098341b /x11/xbanish
parentea6d506688dc1265517bbb59cf98151775148c40 (diff)
downloadports-60287e2a663fa7172e8f388e01eb252f5dc7d47e.tar.gz
ports-60287e2a663fa7172e8f388e01eb252f5dc7d47e.zip
x11/xbanish: Fix build when PREFIX != LOCALBASE
Notes
Notes: svn path=/head/; revision=455791
Diffstat (limited to 'x11/xbanish')
-rw-r--r--x11/xbanish/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile
index bdb427c2df82..bacede819537 100644
--- a/x11/xbanish/Makefile
+++ b/x11/xbanish/Makefile
@@ -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