summaryrefslogtreecommitdiffstats
path: root/games/xmemory/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmemory/Makefile')
-rw-r--r--games/xmemory/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile
index 5276e73..c5cb48d 100644
--- a/games/xmemory/Makefile
+++ b/games/xmemory/Makefile
@@ -20,9 +20,9 @@ USE_IMAKE= yes
MAN1= xmemory.1
post-install:
- @${MKDIR} ${X11BASE}/lib/X11/xmemory
+ @${MKDIR} ${LOCALBASE}/lib/X11/xmemory
${INSTALL_DATA} ${WRKSRC}/home.mem ${WRKSRC}/sports.mem \
- ${X11BASE}/lib/X11/xmemory
- ${LN} -sf home.mem ${X11BASE}/lib/X11/xmemory/default.mem
+ ${LOCALBASE}/lib/X11/xmemory
+ ${LN} -sf home.mem ${LOCALBASE}/lib/X11/xmemory/default.mem
.include <bsd.port.mk>
OpenPOWER on IntegriCloud