From 81b366ad5eea07ccdaf80dd6b3a4527acad60862 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 11 Jul 2000 08:43:53 +0000 Subject: Use X11PREFIX in preference to X11BASE when installing files, so that this package cooperates better with xpkgwedge. --- games/xjig/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/xjig') diff --git a/games/xjig/Makefile b/games/xjig/Makefile index 925727dfd46..44a5a76beeb 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/15 20:39:43 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/11 08:43:54 agc Exp $ # DISTNAME= xjig-2.4 @@ -12,7 +12,7 @@ USE_IMAKE= yes ALL_TARGET= xjig xjig.0 post-install: - ${INSTALL_DATA_DIR} ${X11BASE}/lib/xjig - ${INSTALL_DATA} ${WRKSRC}/tina.gif ${X11BASE}/lib/xjig + ${INSTALL_DATA_DIR} ${X11PREFIX}/lib/xjig + ${INSTALL_DATA} ${WRKSRC}/tina.gif ${X11PREFIX}/lib/xjig .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3